Fixed betting bugs.
This commit is contained in:
@ -48,7 +48,7 @@ void pokerDealerDealAll(
|
||||
for(y = 0; y < count; y++) {
|
||||
for(x = 0; x < POKER_PLAYER_COUNT; x++) {
|
||||
player = players + x;
|
||||
if(!pokerPlayerIsAlive(player)) continue;
|
||||
if(!pokerPlayerIsInRound(player)) continue;
|
||||
pokerDealerDeal(dealer, player);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user