deck view lock bug fix

This commit is contained in:
Max-Wilhelm Bruker 2010-06-05 15:26:26 +02:00
parent 0d16b3fa95
commit 37de620e93

View file

@ -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();