Fixing "game does not start automatically" issue.

This commit is contained in:
lotodore
2010-09-26 06:58:49 +00:00
parent 918bd478cd
commit 04436c260b
3 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ public:
void AddSession(boost::shared_ptr<SessionData> sessionData); // new Sessions without player data
void AddSession(SessionWrapper session);
void SetSessionPlayerData(SessionId session, boost::shared_ptr<PlayerData> playerData);
void RemoveSession(SessionId session);
bool RemoveSession(SessionId session);
SessionWrapper GetSessionById(SessionId id) const;
SessionWrapper GetSessionByPlayerName(const std::string playerName) const;