mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
fixed gameStateKnown bug
This commit is contained in:
parent
767d53b5a8
commit
75bac4a5b9
2 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue