diff options
Diffstat (limited to 'core/src/ch/asynk')
| -rw-r--r-- | core/src/ch/asynk/rustanddust/game/Ctrl.java | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/core/src/ch/asynk/rustanddust/game/Ctrl.java b/core/src/ch/asynk/rustanddust/game/Ctrl.java index bd93601..6ec7184 100644 --- a/core/src/ch/asynk/rustanddust/game/Ctrl.java +++ b/core/src/ch/asynk/rustanddust/game/Ctrl.java @@ -369,7 +369,7 @@ public abstract class Ctrl implements Disposable      {          depth += 1;          if (depth > 1) -            RustAndDust.debug(String.format("***!!!*** STATE DEPTH : %d", depth)); +            RustAndDust.error(String.format("***!!!*** STATE DEPTH : %d", depth));          if (nextState == StateType.ABORT)              nextState = abortAction(); | 
