Notify GUI when start synchronization is running.

This commit is contained in:
lotodore
2010-09-25 09:06:28 +00:00
parent 600f862210
commit 7a4b1d2840
2 changed files with 13 additions and 11 deletions
+1
View File
@@ -1458,6 +1458,7 @@ ClientStateWaitGame::InternalHandlePacket(boost::shared_ptr<ClientThread> client
{
if (tmpPacket->GetMsg()->present == PokerTHMessage_PR_startEventMessage)
{
client->GetCallback().SignalNetClientGameInfo(MSG_NET_GAME_CLIENT_SYNCSTART);
client->SetState(ClientStateSynchronizeStart::Instance());
}
else if (tmpPacket->GetMsg()->present == PokerTHMessage_PR_gamePlayerMessage)