Fixing problems with join game error messages.

This commit is contained in:
lotodore
2010-03-31 14:08:46 +00:00
parent e1904680e7
commit 43f477e299
2 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ protected:
void CloseSession(SessionWrapper session);
void SendError(boost::shared_ptr<SessionData> s, int errorCode);
void SendJoinGameFailed(boost::shared_ptr<SessionData> s, int reason);
void SendJoinGameFailed(boost::shared_ptr<SessionData> s, unsigned gameId, int reason);
void SendPlayerList(boost::shared_ptr<SessionData> s);
void SendGameList(boost::shared_ptr<SessionData> s);
void UpdateStatisticsNumberOfPlayers();