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:
Max-Wilhelm Bruker 2012-06-27 20:03:39 +02:00
parent 5d219871ad
commit f080e8b1a4
2 changed files with 8 additions and 2 deletions

View file

@ -51,6 +51,7 @@ private:
QMap<int, Server_Player *> players;
QSet<QString> allPlayersEver, allSpectatorsEver;
bool gameStarted;
bool gameClosed;
int gameId;
QString description;
QString password;