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
@@ -161,7 +161,7 @@ void Game::initHand()
// }
//Spieler Action auf 0 setzen
for(it_c=activePlayerList->begin(); it_c!=activePlayerList->end(); it_c++) {
for(it_c=seatsList->begin(); it_c!=seatsList->end(); it_c++) {
(*it_c)->setMyAction(PLAYER_ACTION_NONE);
}