mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-11 08:34:52 -07:00
fixed bug #61: replay doesn't show game info; also fixed playing area not being displayed in any subgame but the first
This commit is contained in:
parent
5d219871ad
commit
f080e8b1a4
2 changed files with 8 additions and 2 deletions
|
|
@ -51,6 +51,7 @@ private:
|
|||
QMap<int, Server_Player *> players;
|
||||
QSet<QString> allPlayersEver, allSpectatorsEver;
|
||||
bool gameStarted;
|
||||
bool gameClosed;
|
||||
int gameId;
|
||||
QString description;
|
||||
QString password;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue