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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/defines.h b/crawl-ref/source/defines.h
index 9ce64087e6..5b8bb6200c 100644
--- a/crawl-ref/source/defines.h
+++ b/crawl-ref/source/defines.h
@@ -109,6 +109,9 @@
#define Y_ABYSS_WIDTH (Y_ABYSS_2 - Y_ABYSS_1 + 1)
#define Y_ABYSS_CENTER (Y_ABYSS_1 + Y_ABYSS_WIDTH / 2)
+#define LOS_RADIUS 8
+#define ENV_SHOW_OFFSET (LOS_RADIUS + 1)
+#define ENV_SHOW_DIAMETER (ENV_SHOW_OFFSET * 2 + 1)
#define LOS_SX 8
#define LOS_EX 25
#define LOS_SY 1