mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
deck view lock bug fix
This commit is contained in:
parent
0d16b3fa95
commit
37de620e93
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ void TabGame::startGame()
|
|||
currentPhase = -1;
|
||||
|
||||
readyStartButton->setReadyStart(false);
|
||||
deckView->setLocked(false);
|
||||
playerListWidget->setGameStarted(true);
|
||||
started = true;
|
||||
deckViewContainer->hide();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue