mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-14 19:18:55 -07:00
start game bugfix
This commit is contained in:
parent
7c5d18e219
commit
0d16b3fa95
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue