Optimizing
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user