- Re-added updateGUI() to InputPassPriority.

This commit is contained in:
Sloth
2012-07-29 06:16:19 +00:00
parent 8a0fc69a7f
commit 2f7d239002

View File

@@ -44,7 +44,7 @@ public class InputPassPriority extends Input implements java.io.Serializable {
/** {@inheritDoc} */
@Override
public final void showMessage() {
//GuiDisplayUtil.updateGUI();
GuiDisplayUtil.updateGUI();
ButtonUtil.enableOnlyOK();
final PhaseType phase = Singletons.getModel().getGameState().getPhaseHandler().getPhase();