Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
bce0b6b0
Commit
bce0b6b0
authored
May 23, 2015
by
ctrlaltca
Browse files
Merge pull request #1107 from poixen/replay_tab_text
Fixed replay crash
parents
43c9f4e1
ad6dc16f
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
bce0b6b0
...
...
@@ -359,9 +359,6 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, GameReplay *_replay)
splitter
->
restoreState
(
settingsCache
->
getTabGameSplitterSizes
());
messageLog
->
logReplayStarted
(
gameInfo
.
game_id
());
for
(
int
i
=
gameInfo
.
game_types_size
()
-
1
;
i
>=
0
;
i
--
)
gameTypes
.
append
(
roomGameTypes
.
find
(
gameInfo
.
game_types
(
i
)).
value
());
}
TabGame
::
TabGame
(
TabSupervisor
*
_tabSupervisor
,
QList
<
AbstractClient
*>
&
_clients
,
const
Event_GameJoined
&
event
,
const
QMap
<
int
,
QString
>
&
_roomGameTypes
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment