v0.3.5: first half of gladiator rework (new combo baseline, no finishers yet)

This commit is contained in:
Evan Debenham
2016-04-19 02:41:32 -04:00
parent 637d6b62ee
commit 0cb6e96dee
7 changed files with 101 additions and 35 deletions
@@ -70,8 +70,9 @@ public class ActionIndicator extends Tag {
updateIcon();
}
public static void clearAction(){
action = null;
public static void clearAction(Action action){
if (ActionIndicator.action == action)
ActionIndicator.action = null;
}
public static void updateIcon(){