mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 16:53:00 -07:00
hopefully fixed yesterday's fix
This commit is contained in:
parent
3ed26e11ae
commit
4744cf7d0b
4 changed files with 26 additions and 14 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue