Improving tests.

This commit is contained in:
2021-10-11 21:24:43 -07:00
parent 169a4e9632
commit a09e74ce76
6 changed files with 8 additions and 14 deletions

View File

@ -160,6 +160,7 @@ uint8_t pokerPlayerAdd(poker_t *poker) {
player->chips = 0;
player->currentBet = 0;
player->state = POKER_PLAYER_STATE_OUT;
player->timesRaised = 0;
return i;
}