mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
improved code for automatic joining of persistent games; disconnecting + reconnecting works as it should with ISL
This commit is contained in:
parent
5db0fcd6ae
commit
af8e357487
13 changed files with 215 additions and 135 deletions
|
|
@ -9,9 +9,6 @@ public:
|
|||
|
||||
int getLastCommandTime() const { return 0; }
|
||||
|
||||
void playerRemovedFromGame(Server_Game * /*game*/) { }
|
||||
void playerAddedToGame(int /*gameId*/, int /*roomId*/, int /*playerId*/) { }
|
||||
|
||||
void sendProtocolItem(const Response &item);
|
||||
void sendProtocolItem(const SessionEvent &item);
|
||||
void sendProtocolItem(const GameEventContainer &item);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue