Fixed the refresh of the local action.

This commit is contained in:
lotodore
2007-06-15 21:15:37 +00:00
parent 4e6a78dcb5
commit 43cb4664cf
+1 -2
View File
@@ -641,8 +641,7 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptr<NetP
// Refresh GUI // Refresh GUI
if (tmpPlayer->getMyID() == 0) if (tmpPlayer->getMyID() == 0)
client.GetGui().disableMyButtons(); client.GetGui().disableMyButtons();
else client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction());
client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction());
client.GetGui().refreshPot(); client.GetGui().refreshPot();
client.GetGui().refreshSet(); client.GetGui().refreshSet();
client.GetGui().refreshCash(); client.GetGui().refreshCash();