summaryrefslogtreecommitdiff
path: root/npc/functions/maze.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/functions/maze.txt')
-rw-r--r--npc/functions/maze.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/maze.txt b/npc/functions/maze.txt
index 3c5c13857..aafb153a8 100644
--- a/npc/functions/maze.txt
+++ b/npc/functions/maze.txt
@@ -89,7 +89,7 @@ function script InitMaze {
.@mx=getmapinfo(MAPINFO_SIZE_X, MAZE_MAP$)-20;
.@my=getmapinfo(MAPINFO_SIZE_Y, MAZE_MAP$)-20;
} else {
- .@mx=50;
+ .@mx=50; // Wouldn't (30,30) be safer?
.@my=50;
}
do {