mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 11:38:49 -07:00
Fixed crash when leaving game as spectator
This commit is contained in:
parent
3152097084
commit
fe9798bf46
2 changed files with 17 additions and 18 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue