From 9691a6f2631c360d5bf1439f45915ca3c5eae737 Mon Sep 17 00:00:00 2001 From: lotodore Date: Thu, 1 Nov 2007 20:45:57 +0000 Subject: [PATCH] Set all in condition on client. --- src/net/common/clientstate.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 5dc80755..b1f40961 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -1058,6 +1058,8 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrToNetPacketAllInShowCards()) { + curGame->getCurrentHand()->setAllInCondition(true); + NetPacketAllInShowCards::Data allInData; packet->ToNetPacketAllInShowCards()->GetData(allInData);