mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-08-03 09:21:31 -07:00
Reset Always reveal top card when starting a new game.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user