Added some transitions.

This commit is contained in:
2021-09-26 16:45:27 -07:00
parent eb9c45826a
commit 32afdfa17f
17 changed files with 406 additions and 87 deletions

View File

@ -14,6 +14,7 @@ bool pokerPlayerIsAlive(pokerplayer_t *player) {
void pokerPlayerReset(pokerplayer_t *player) {
player->cardCount = 0;
player->currentBet = 0;
player->timesRaised = 0;
// Invert then bitwise AND to turn off.
player->state &= ~(