Adding feature to leave a game as spectator.

This commit is contained in:
lotodore
2013-08-11 13:25:26 +02:00
parent be0f363af4
commit 7b305b36e2
4 changed files with 28 additions and 16 deletions
+1 -1
View File
@@ -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);