Fixed a few nasty networking-related bugs.

This commit is contained in:
lotodore
2007-10-02 20:50:28 +00:00
parent 1127b89e6f
commit 4d68e58da2
4 changed files with 13 additions and 11 deletions
+2
View File
@@ -700,6 +700,8 @@ ClientStateWaitHand::InternalProcess(ClientThread &client, boost::shared_ptr<Net
client.GetGui().dealHoleCards();
client.GetGui().refreshGameLabels(GAME_STATE_PREFLOP);
client.GetGui().refreshPot();
client.GetGui().waitForGuiUpdateDone();
client.SetState(ClientStateRunHand::Instance());
retVal = MSG_NET_GAME_CLIENT_HAND_START;