Added basic betting, turns, and added queue restacking
This commit is contained in:
@ -48,8 +48,8 @@ typedef struct {
|
||||
uint8_t state;
|
||||
|
||||
/** Chips in players' posession */
|
||||
uint32_t chips;
|
||||
int32_t chips;
|
||||
|
||||
/** Current bet in current round player has placed */
|
||||
uint32_t currentBet;
|
||||
int32_t currentBet;
|
||||
} pokerplayer_t;
|
Reference in New Issue
Block a user