Call switchRounds as client.

This commit is contained in:
lotodore
2007-06-09 21:50:35 +00:00
parent f655d2f01c
commit 27bc1adeeb
+1
View File
@@ -626,6 +626,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptr<NetP
tmpPlayer->setMySetAbsolute(actionDoneData.totalPlayerBet);
tmpPlayer->setMyCash(actionDoneData.playerMoney);
curGame->getCurrentHand()->getBoard()->collectSets();
curGame->getCurrentHand()->switchRounds();
// Update highest set
if (tmpPlayer->getMySet() > GetHighestSet(*curGame))