summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/rustanddust/game
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/ch/asynk/rustanddust/game')
-rw-r--r--core/src/ch/asynk/rustanddust/game/map/Map2Moves.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/ch/asynk/rustanddust/game/map/Map2Moves.java b/core/src/ch/asynk/rustanddust/game/map/Map2Moves.java
index 738de2b..5750320 100644
--- a/core/src/ch/asynk/rustanddust/game/map/Map2Moves.java
+++ b/core/src/ch/asynk/rustanddust/game/map/Map2Moves.java
@@ -21,7 +21,7 @@ public abstract class Map2Moves extends Map1Units
super(game, map, hex);
moves = new TileSet(this, 40);
- paths = new PathBuilder(this, 10, 20, 5, 10);
+ paths = new PathBuilder(this, 10, 20, 5, 20);
}
@Override