fixed gameStateKnown bug

This commit is contained in:
Max-Wilhelm Bruker 2012-03-31 19:07:45 +02:00
parent 767d53b5a8
commit 75bac4a5b9
2 changed files with 2 additions and 2 deletions

View file

@ -384,7 +384,7 @@ TabGame::TabGame(TabSupervisor *_tabSupervisor, QList<AbstractClient *> &_client
hostId(event.host_id()),
localPlayerId(event.player_id()),
spectator(event.spectator()),
gameStateKnown(true),
gameStateKnown(false),
resuming(event.resuming()),
currentPhase(-1),
activeCard(0),