[Minor] change of phase display.

This commit is contained in:
LevelX2 2013-04-01 03:31:57 +02:00
parent 6aad0e8444
commit 7ef08656f6

View file

@ -447,9 +447,9 @@ public final class GamePanel extends javax.swing.JPanel {
} else { } else {
this.txtPhase.setText(""); this.txtPhase.setText("");
} }
updatePhases(game.getStep());
if (game.getStep() != null) { if (game.getStep() != null) {
updatePhases(game.getStep());
this.txtStep.setText(game.getStep().toString()); this.txtStep.setText(game.getStep().toString());
} }
else { else {