Split out player tests.
This commit is contained in:
@ -15,8 +15,8 @@ uint8_t pokerPlayerAdd(poker_t *poker) {
|
||||
player->cardCount = 0;
|
||||
player->chips = 0;
|
||||
player->currentBet = 0;
|
||||
player->state = POKER_PLAYER_STATE_OUT;
|
||||
player->timesRaised = 0;
|
||||
player->state = POKER_PLAYER_STATE_OUT;
|
||||
|
||||
return i;
|
||||
}
|
||||
|
Reference in New Issue
Block a user