adds activePlayerList and runningPlayerList (XIX): bugfixes

This commit is contained in:
doitux
2007-09-27 20:36:02 +00:00
parent 6d30e324e0
commit 73cf938496
5 changed files with 232 additions and 146 deletions
+1 -1
View File
@@ -738,7 +738,7 @@ void mainWindowImpl::startNewLocalGame(newGameDialogImpl *v) {
startData.numberOfPlayers = gameData.maxNumberOfPlayers;
Tools::getRandNumber(0, startData.numberOfPlayers-1, 1, &tmpDealerPos, 0);
if(DEBUG_MODE) {
tmpDealerPos = 1;
tmpDealerPos = 4;
}
startData.startDealerPlayerId = static_cast<unsigned>(tmpDealerPos);