summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/defines.h')
-rw-r--r--crawl-ref/source/defines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index b5455f2df0..fccbcf37ba 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -89,7 +89,7 @@
// necessary, beyond hysterical raisins.
const int MAPGEN_BORDER = 2;
-const int LABYRINTH_BORDER = 12;
+const int LABYRINTH_BORDER = 4;
// Now some defines about the actual play area:
// Note: these boundaries are exclusive for the zone the player can move/dig,