Reset Always reveal top card when starting a new game.

This commit is contained in:
Michael Callahan 2015-01-01 09:53:29 -07:00
parent f52935791c
commit 142b42e095
3 changed files with 10 additions and 1 deletions

View file

@ -872,7 +872,7 @@ void TabGame::startGame(bool resuming)
if (!resuming) {
QMapIterator<int, Player *> playerIterator(players);
while (playerIterator.hasNext())
playerIterator.next().value()->setConceded(false);
playerIterator.next().value()->setGameStarted();
}
playerListWidget->setGameStarted(true, resuming);