changes in logging with sqlite-db

This commit is contained in:
floty
2010-07-02 23:29:30 +00:00
parent fdabcfcdda
commit 51126fad7c
4 changed files with 212 additions and 218 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ Game::Game(GuiInterface* gui, boost::shared_ptr<EngineFactory> factory,
if(DEBUG_MODE) {
startSmallBlind = 10;
currentSmallBlind = startSmallBlind;
dealerPosition = 4;
dealerPosition = 3;
}
int i;