Fixed phase indicator bug in old UI.

This commit is contained in:
Doublestrike
2011-11-29 10:15:08 +00:00
parent 8f88461e43
commit 747733ce04

View File

@@ -534,7 +534,9 @@ public class Phase extends MyObservable implements java.io.Serializable {
}
// Visual indicators
PhaseUtil.visuallyActivatePhase(this.getPhase());
if (!Constant.Runtime.OLDGUI[0]) {
PhaseUtil.visuallyActivatePhase(this.getPhase());
}
// When consecutively skipping phases (like in combat) this section
// pushes through that block