diff options
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/ch/asynk/rustanddust/game/Ctrl.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/Ctrl.java b/core/src/ch/asynk/rustanddust/game/Ctrl.java index 656f067..bc81779 100644 --- a/core/src/ch/asynk/rustanddust/game/Ctrl.java +++ b/core/src/ch/asynk/rustanddust/game/Ctrl.java @@ -134,6 +134,11 @@ public class Ctrl implements Disposable // State callbacks + public void setAfterAnimationState(StateType after) + { + stateAfterAnimation = after; + } + public boolean checkDeploymentDone() { boolean done = battle.isDeploymentDone(); @@ -292,11 +297,6 @@ public class Ctrl implements Disposable } - public void setAfterAnimationState(StateType after) - { - stateAfterAnimation = after; - } - public void reinforcementHit() { if (this.stateType == StateType.SELECT) |