From 7717813e7b694ea119c697d191b3753f12d5a6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Wed, 7 Jan 2015 10:30:53 +0100 Subject: Config: default is can not cancel --- TODO | 1 - core/src/ch/asynk/tankontank/game/Config.java | 2 +- 2 files changed, 1 insertion(+), 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; -- cgit v1.1-2-g2b99