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, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index cca786c9d0..4758daf6be 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -75,6 +75,8 @@
// max y-bound for level generation {dlb}
#define GYM 70
+#define INFINITE_DISTANCE 30000
+
// this is the size of the border around the playing area (see in_bounds())
#define BOUNDARY_BORDER 1