Player action timeout - display is working, function still missing.

This commit is contained in:
lotodore
2007-06-07 23:24:22 +00:00
parent fb274284f5
commit 9a29830532
12 changed files with 65 additions and 36 deletions
+2 -1
View File
@@ -26,12 +26,13 @@
struct GameData
{
GameData() : numberOfPlayers(0), startMoney(0), smallBlind(0),
handsBeforeRaise(1), guiSpeed(4) {}
handsBeforeRaise(1), guiSpeed(4), playerActionTimeoutSec(20) {}
int numberOfPlayers;
int startMoney;
int smallBlind;
int handsBeforeRaise;
int guiSpeed;
int playerActionTimeoutSec;
};
struct StartData