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
6bdc8914
Commit
6bdc8914
authored
Feb 15, 2011
by
Max-Wilhelm Bruker
Browse files
minor bug fix
parent
e6bac7b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
6bdc8914
...
...
@@ -493,7 +493,7 @@ void TabGame::stopGame()
i
.
next
();
i
.
value
()
->
show
();
}
mainLayout
->
insertLayout
(
2
,
deckViewContainerLayout
,
10
);
mainLayout
->
insertLayout
(
1
,
deckViewContainerLayout
,
10
);
playerListWidget
->
setActivePlayer
(
-
1
);
playerListWidget
->
setGameStarted
(
false
);
...
...
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