From 43cb4664cfc7d33714be9750b207469e92f1d977 Mon Sep 17 00:00:00 2001 From: lotodore Date: Fri, 15 Jun 2007 21:15:37 +0000 Subject: [PATCH] Fixed the refresh of the local action. --- src/net/common/clientstate.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/net/common/clientstate.cpp b/src/net/common/clientstate.cpp index 22e2100b..f88a6683 100644 --- a/src/net/common/clientstate.cpp +++ b/src/net/common/clientstate.cpp @@ -641,8 +641,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptrgetMyID() == 0) client.GetGui().disableMyButtons(); - else - client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction()); + client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction()); client.GetGui().refreshPot(); client.GetGui().refreshSet(); client.GetGui().refreshCash();