Adding feature to leave a game as spectator.
This commit is contained in:
@@ -159,7 +159,7 @@ protected:
|
||||
void ResetComputerPlayerList();
|
||||
|
||||
void RemoveSession(boost::shared_ptr<SessionData> session, int reason);
|
||||
void RemovePlayerData(boost::shared_ptr<PlayerData> player, int reason);
|
||||
void RemovePlayerData(boost::shared_ptr<PlayerData> player, int reason, bool spectateOnly);
|
||||
void SessionError(boost::shared_ptr<SessionData> session, int errorCode);
|
||||
void MoveSessionToLobby(boost::shared_ptr<SessionData> session, int reason);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user