Commit 37de620e authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

deck view lock bug fix

parent 0d16b3fa
...@@ -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();
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment