commit c0b485e80fb40ac01c01baf4460fe0cf80f12f88
parent f767d9dac2cd8680c562f3921960566841858283
Author: n0tr1v <n0tr1v@protonmail.com>
Date: Thu, 7 Dec 2023 02:42:57 -0500
comment
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/pkg/web/handlers/poker/poker.go b/pkg/web/handlers/poker/poker.go
@@ -281,7 +281,10 @@ func waitPlayersActionFn(g *PokerGame, roomID string, skip, minBet int) bool {
}
// TODO: implement maximum re-rise
+
+ // Used to skip small/big blinds on first round
skipIsDone := false
+
OUTER:
for { // Loop until the round is settled
players := reorderPlayers(g.Ongoing.Players, dealerIdx)