Allow kicking of computer players.

This commit is contained in:
lotodore
2008-12-08 23:06:11 +00:00
parent 30718d55e6
commit 4905f618ad
2 changed files with 49 additions and 1 deletions
+2
View File
@@ -96,6 +96,8 @@ protected:
PlayerDataList GetFullPlayerDataList() const;
void AddComputerPlayer(boost::shared_ptr<PlayerData> player);
boost::shared_ptr<PlayerData> RemoveComputerPlayer(unsigned playerId);
bool IsComputerPlayerActive(unsigned playerId) const;
void ResetComputerPlayerList();
void GracefulRemoveSession(SessionWrapper session, int reason);