Some changes to make CppCheck happier.

This commit is contained in:
lotodore
2010-10-26 21:32:39 +00:00
parent 74a96a4354
commit 83da8559a4
9 changed files with 11 additions and 11 deletions
+2 -1
View File
@@ -69,7 +69,8 @@ struct GameData
firstSmallBlind(0), raiseIntervalMode(RAISE_ON_HANDNUMBER),
raiseSmallBlindEveryHandsValue(8), raiseSmallBlindEveryMinutesValue(1),
raiseMode(DOUBLE_BLINDS), afterManualBlindsMode(AFTERMB_DOUBLE_BLINDS),
afterMBAlwaysRaiseValue(0), guiSpeed(4), playerActionTimeoutSec(20) {}
afterMBAlwaysRaiseValue(0), guiSpeed(4), delayBetweenHandsSec(6),
playerActionTimeoutSec(20) {}
GameType gameType;
int maxNumberOfPlayers;
int startMoney;