Optimizing

This commit is contained in:
2022-01-10 22:30:48 -08:00
parent cc9e50c4ab
commit 18260920b4
19 changed files with 135 additions and 94 deletions

View File

@@ -56,7 +56,9 @@ void pokerNewRound() {
for(i = 0; i < POKER_POT_COUNT_MAX; i++) {
POKER_POTS[i].chips = 0;
POKER_POTS[i].call = 0;
POKER_POTS[i].playersCount = 0;
for(j = 0; j < POKER_PLAYER_COUNT_MAX; j++) {
POKER_POTS[i].players[j] = 0;
}
}
// Fill deck