Minor bug fixing, added blinds round
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user