adds activePlayerList and runningPlayerList (IV)

This commit is contained in:
doitux
2007-09-24 21:09:36 +00:00
parent 876508c540
commit f6a316fc2e
17 changed files with 79 additions and 63 deletions
+2 -1
View File
@@ -34,7 +34,8 @@ public:
void run();
private:
int bigBlindPosition;
// int bigBlindPosition;
PlayerListIterator bigBlindPosition;
};
#endif