Fixed pot distribution in network games. Resetting computer player list after each game.

This commit is contained in:
lotodore
2007-08-11 21:21:41 +00:00
parent fd13bb56a1
commit 42cf7cb735
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -115,6 +115,7 @@ protected:
void RemoveDisconnectedPlayers();
void AddComputerPlayer(boost::shared_ptr<PlayerData> player);
void ResetComputerPlayerList();
size_t GetCurNumberOfPlayers() const;
bool IsPlayerConnected(const std::string &playerName) const;