Fixed crash when leaving game as spectator

This commit is contained in:
Max-Wilhelm Bruker 2010-09-13 20:07:47 +02:00
parent 3152097084
commit fe9798bf46
2 changed files with 17 additions and 18 deletions

View file

@ -155,8 +155,8 @@ public:
void processGameEventContainer(GameEventContainer *cont, AbstractClient *client);
public slots:
void sendGameCommand(GameCommand *command, int playerId);
void sendCommandContainer(CommandContainer *cont, int playerId);
void sendGameCommand(GameCommand *command, int playerId = -1);
void sendCommandContainer(CommandContainer *cont, int playerId = -1);
};
#endif