Make sounds work in network games.
This commit is contained in:
@@ -657,9 +657,10 @@ ClientStateRunHand::InternalProcess(ClientThread &client, boost::shared_ptr<NetP
|
||||
// Refresh GUI
|
||||
if (tmpPlayer->getMyID() == 0)
|
||||
client.GetGui().disableMyButtons();
|
||||
else
|
||||
client.GetGui().refreshAction(tmpPlayer->getMyID(), tmpPlayer->getMyAction());
|
||||
client.GetGui().refreshPot();
|
||||
client.GetGui().refreshSet();
|
||||
client.GetGui().refreshAction();
|
||||
client.GetGui().refreshCash();
|
||||
client.GetGui().refreshButton();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user