adds activePlayerList and runningPlayerList (X) - !!! BROKEN !!! - last stable rev is 866

This commit is contained in:
doitux
2007-09-25 18:00:05 +00:00
parent af5b7f45dd
commit bcc5966a68
11 changed files with 281 additions and 103 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ public:
void run();
private:
PlayerListIterator bigBlindPositionIt;
PlayerListIterator bigBlindPositionIt; // iterator for activePlayerList
};
#endif