hopefully fixed yesterday's fix

This commit is contained in:
unknown 2011-09-13 15:34:46 +02:00
parent 3ed26e11ae
commit 4744cf7d0b
4 changed files with 26 additions and 14 deletions

View file

@ -93,6 +93,7 @@ private:
bool spectatorsCanTalk, spectatorsSeeEverything;
QMap<int, Player *> players;
QMap<int, QString> spectators;
bool gameStateKnown;
bool started;
bool resuming;
QStringList phasesList;
@ -120,7 +121,7 @@ private:
Player *addPlayer(int playerId, ServerInfo_User *info);
void startGame();
void startGame(bool resuming);
void stopGame();
void eventSpectatorSay(Event_Say *event, GameEventContext *context);