From c95a33e0ce8a0d47e806439b173a95c5cd38117a Mon Sep 17 00:00:00 2001 From: lotodore Date: Wed, 11 Aug 2010 20:39:47 +0000 Subject: [PATCH] Trying to fix client issue with current game round postriver. --- src/net/common/clientstate.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 90cdca30..c287f0f6 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -2041,6 +2041,7 @@ ClientStateRunHand::InternalHandlePacket(boost::shared_ptr client, showList.push_back(r->playerId); } + curGame->getCurrentHand()->setCurrentRound(GAME_STATE_POST_RIVER); curGame->getCurrentHand()->getCurrentBeRo()->setHighestCardsValue(highestValueOfCards); curGame->getCurrentHand()->getBoard()->setPot(0); curGame->getCurrentHand()->getBoard()->setWinners(winnerList);