mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-30 18:43:55 -07:00
spectator leave bugfix
This commit is contained in:
parent
ca12aeb5a7
commit
ac15d1b5e8
2 changed files with 13 additions and 4 deletions
|
|
@ -76,6 +76,8 @@ private:
|
|||
void stopGame();
|
||||
|
||||
void eventSpectatorSay(Event_Say *event, GameEventContext *context);
|
||||
void eventSpectatorLeave(Event_Leave *event, GameEventContext *context);
|
||||
|
||||
void eventGameStateChanged(Event_GameStateChanged *event, GameEventContext *context);
|
||||
void eventPlayerPropertiesChanged(Event_PlayerPropertiesChanged *event, GameEventContext *context);
|
||||
void eventJoin(Event_Join *event, GameEventContext *context);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue