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
37de620e
Commit
37de620e
authored
Jun 05, 2010
by
Max-Wilhelm Bruker
Browse files
deck view lock bug fix
parent
0d16b3fa
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/tab_game.cpp
View file @
37de620e
...
@@ -305,6 +305,7 @@ void TabGame::startGame()
...
@@ -305,6 +305,7 @@ void TabGame::startGame()
currentPhase
=
-
1
;
currentPhase
=
-
1
;
readyStartButton
->
setReadyStart
(
false
);
readyStartButton
->
setReadyStart
(
false
);
deckView
->
setLocked
(
false
);
playerListWidget
->
setGameStarted
(
true
);
playerListWidget
->
setGameStarted
(
true
);
started
=
true
;
started
=
true
;
deckViewContainer
->
hide
();
deckViewContainer
->
hide
();
...
...
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