start game bugfix

This commit is contained in:
Max-Wilhelm Bruker 2010-06-05 01:37:14 +02:00
parent 7c5d18e219
commit 0d16b3fa95

View file

@ -304,6 +304,7 @@ void TabGame::startGame()
{ {
currentPhase = -1; currentPhase = -1;
readyStartButton->setReadyStart(false);
playerListWidget->setGameStarted(true); playerListWidget->setGameStarted(true);
started = true; started = true;
deckViewContainer->hide(); deckViewContainer->hide();