fixing Ticket #61 by limiting small Blind; highestSet and minimumRaise should thus limited too

This commit is contained in:
floty
2011-03-06 13:22:52 +00:00
parent bf687e924f
commit 2032ccaec9
+1
View File
@@ -259,5 +259,6 @@ void Game::raiseBlinds()
} }
} }
} }
currentSmallBlind = min(currentSmallBlind,startQuantityPlayers*startCash/2);
} }
} }