summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/subconscious/Game.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/subconscious/Game.java b/src/subconscious/Game.java
index 7828105..8e51a32 100644
--- a/src/subconscious/Game.java
+++ b/src/subconscious/Game.java
@@ -42,7 +42,7 @@ public class Game {
// TODO: this will be replaced with a dynamic mechanism based
// on the progress within the game
- Map testMap = this.mapLoader.parse("../testmap.json");
+ Map testMap = this.mapLoader.parse("../res/maps/testmap.json");
this.currentMap = testMap;
this.maps.add(testMap);