Minor bug fixing, added blinds round

This commit is contained in:
2021-07-29 08:00:26 -07:00
parent ddf4bcdeaf
commit 6a666b64ca
9 changed files with 69 additions and 9 deletions

View File

@ -49,9 +49,6 @@ typedef struct {
/** The current player that is the dealer */
uint8_t roundDealer;
/** The current round the game is on */
uint8_t round;
/** Which player is the small blind for this round */
uint8_t roundSmallBlind;
/** Which player is the big blind for this round */