Commit 0d16b3fa authored by Max-Wilhelm Bruker's avatar Max-Wilhelm Bruker
Browse files

start game bugfix

parent 7c5d18e2
......@@ -304,6 +304,7 @@ void TabGame::startGame()
{
currentPhase = -1;
readyStartButton->setReadyStart(false);
playerListWidget->setGameStarted(true);
started = true;
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