Add spectator list during the game (when lobby messages are disabled).

This commit is contained in:
lotodore
2013-09-29 13:15:37 +02:00
parent 8baecdf9e0
commit d82c9a510d
5 changed files with 63 additions and 8 deletions
+1
View File
@@ -102,6 +102,7 @@ struct GameInfo {
unsigned adminPlayerId;
PlayerIdList players;
PlayerIdList spectators;
PlayerIdList spectatorsDuringGame;
bool isPasswordProtected;
};