progress
This commit is contained in:
@@ -294,11 +294,11 @@ void pokerAi(uint8_t player, pokerturn_t *turn) {
|
||||
turn->confidence = confidence;
|
||||
|
||||
if(amount == plyr->chips) {
|
||||
turn->type == POKER_TURN_TYPE_ALL_IN;
|
||||
turn->type = POKER_TURN_TYPE_ALL_IN;
|
||||
} else if(amount == callBet) {
|
||||
turn->type = POKER_TURN_TYPE_CALL;
|
||||
} else {
|
||||
turn->type == POKER_TURN_TYPE_BET;
|
||||
turn->type = POKER_TURN_TYPE_BET;
|
||||
}
|
||||
|
||||
} else if(pokerCanPlayerCheck(player)) {
|
||||
|
Reference in New Issue
Block a user