Refactor round 1
This commit is contained in:
@ -12,8 +12,7 @@ void pokerBlindsInit(poker_t *poker) {
|
||||
poker->round = POKER_ROUND_BLINDS;
|
||||
|
||||
// Now take blinds
|
||||
pokerPlayerBet(poker,poker->players+poker->roundSmallBlind, poker->blindSmall);
|
||||
pokerPlayerBet(poker,poker->players+poker->roundBigBlind, poker->blindBig);
|
||||
pokerBetTakeBlinds(poker);
|
||||
|
||||
printf("Blinds Taken\n");
|
||||
pokerDealInit(poker);
|
||||
|
Reference in New Issue
Block a user