full bet rule (part 4)

This commit is contained in:
floty
2010-01-19 20:33:15 +00:00
parent 0191118138
commit 8017d1c8cb
3 changed files with 91 additions and 94 deletions
+1 -1
View File
@@ -271,7 +271,7 @@ void startWindowImpl::startNewLocalGame(newGameDialogImpl *v) {
startData.numberOfPlayers = gameData.maxNumberOfPlayers;
Tools::getRandNumber(0, startData.numberOfPlayers-1, 1, &tmpDealerPos, 0);
if(DEBUG_MODE) {
tmpDealerPos = 2;
tmpDealerPos = 4;
}
startData.startDealerPlayerId = static_cast<unsigned>(tmpDealerPos);