summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO1
-rw-r--r--core/src/ch/asynk/tankontank/game/Config.java2
2 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index 69d4a79..1cceaec 100644
--- a/TODO
+++ b/TODO
@@ -7,7 +7,6 @@ TODO:
- objectives
- engagement
- pause / resume
- - maybe do not need cancel button in engagement and HQ mode, but must support canCancel option
NEXT:
- support different board layout
diff --git a/core/src/ch/asynk/tankontank/game/Config.java b/core/src/ch/asynk/tankontank/game/Config.java
index d2bc3b0..811255f 100644
--- a/core/src/ch/asynk/tankontank/game/Config.java
+++ b/core/src/ch/asynk/tankontank/game/Config.java
@@ -19,7 +19,7 @@ public class Config
this.showMoves = true;
this.showTargets = true;
this.showMoveAssists = true;
- this.canCancel = true;
+ this.canCancel = false;
this.mustValidate = false;
this.showEnemyPossibilities = false;
this.regularPawns = true;