active sqlite-log with symbol constant

This commit is contained in:
floty
2010-09-29 17:43:49 +00:00
parent 76ce0afe4c
commit 377f6dde6e
5 changed files with 541 additions and 306 deletions
+2 -2
View File
@@ -43,9 +43,9 @@ Game::Game(GuiInterface* gui, boost::shared_ptr<EngineFactory> factory,
dealerPosition = startData.startDealerPlayerId;
if(DEBUG_MODE) {
startSmallBlind = 300;
startSmallBlind = 10;
currentSmallBlind = startSmallBlind;
dealerPosition = 5;
dealerPosition = 4;
}
int i;