diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index a0f707d9..3b010ddc 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -851,6 +851,7 @@ ClientStateWaitHand::InternalProcess(ClientThread &client, boost::shared_ptrgetSeatsList()->front()->setMyCards(myCards); client.GetGame()->initHand(); client.GetGame()->getCurrentHand()->setSmallBlind(tmpData.smallBlind); + client.GetGame()->getCurrentHand()->getCurrentBeRo()->setMinimumRaise(2 * tmpData.smallBlind); client.GetGame()->startHand(); client.GetGui().dealHoleCards(); client.GetGui().refreshGameLabels(GAME_STATE_PREFLOP);