From 27bc1adeeb3f1452f012c6c679a46a3fbd10a79e Mon Sep 17 00:00:00 2001 From: lotodore Date: Sat, 9 Jun 2007 21:50:35 +0000 Subject: [PATCH] Call switchRounds as client. --- 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 254e9db7..5c00cfcb 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -626,6 +626,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrsetMySetAbsolute(actionDoneData.totalPlayerBet); tmpPlayer->setMyCash(actionDoneData.playerMoney); curGame->getCurrentHand()->getBoard()->collectSets(); + curGame->getCurrentHand()->switchRounds(); // Update highest set if (tmpPlayer->getMySet() > GetHighestSet(*curGame))