summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game/Config.java
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2016-04-13 23:44:53 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2016-04-13 23:48:54 +0200
commit95d0131cb9733d273b81bf63a8778dc2b8e0a414 (patch)
treebe0bca04dc39f66ce1ffbeb5f22e191123e5facf /core/src/ch/asynk/rustanddust/game/Config.java
parent513938e9b1731308535ef45336239f9209e2e396 (diff)
downloadRustAndDust-keep.zip
RustAndDust-keep.tar.gz
WIPkeep
Diffstat (limited to 'core/src/ch/asynk/rustanddust/game/Config.java')
-rw-r--r--core/src/ch/asynk/rustanddust/game/Config.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/Config.java b/core/src/ch/asynk/rustanddust/game/Config.java
index 318eae9..f730360 100644
--- a/core/src/ch/asynk/rustanddust/game/Config.java
+++ b/core/src/ch/asynk/rustanddust/game/Config.java
@@ -103,7 +103,7 @@ public class Config
this.gameMode = GameMode.SOLO;
this.loadMode = LoadMode.LOAD;
this.debug = false;
- this.autoPath = true;
+ this.autoPath = false;
this.revertAllMoves = false;
this.showMoves = true;
this.showTargets = true;