diff --git a/cockatrice/src/tab_game.cpp b/cockatrice/src/tab_game.cpp index 06655ea8..ae352fbe 100644 --- a/cockatrice/src/tab_game.cpp +++ b/cockatrice/src/tab_game.cpp @@ -305,6 +305,7 @@ void TabGame::startGame() currentPhase = -1; readyStartButton->setReadyStart(false); + deckView->setLocked(false); playerListWidget->setGameStarted(true); started = true; deckViewContainer->hide();