bugfix full bet rule

This commit is contained in:
floty
2010-09-08 19:21:15 +00:00
parent 038bfdd2a2
commit cefe5b9240
3 changed files with 48 additions and 40 deletions
+3 -3
View File
@@ -42,10 +42,10 @@ Game::Game(GuiInterface* gui, boost::shared_ptr<EngineFactory> factory,
dealerPosition = startData.startDealerPlayerId;
if(DEBUG_MODE) {
startSmallBlind = 10;
if(DEBUG_MODE) {
startSmallBlind = 300;
currentSmallBlind = startSmallBlind;
dealerPosition = 3;
dealerPosition = 5;
}
int i;