Improving tests.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user