This commit is contained in:
doitux
2009-04-12 18:59:35 +00:00
parent 81bd7e7151
commit eb38dd7640
5 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ Game::Game(GuiInterface* gui, boost::shared_ptr<EngineFactory> factory,
blindsList = myGameData.manualBlindsList;
if(DEBUG_MODE) {
startSmallBlind = 10;
startSmallBlind = 320;
currentSmallBlind = startSmallBlind;
}