Fixed a few nasty networking-related bugs.

This commit is contained in:
lotodore
2007-10-02 20:50:28 +00:00
parent 1127b89e6f
commit 4d68e58da2
4 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ ClientHand::getPlayerArray() const
PlayerList
ClientHand::getSeatsList() const
{
return activePlayerList;
return seatsList;
}
PlayerList