summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/cluautil.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/cluautil.h')
-rw-r--r--crawl-ref/source/cluautil.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/cluautil.h b/crawl-ref/source/cluautil.h
index 2acbcf18f6..8ea98028ee 100644
--- a/crawl-ref/source/cluautil.h
+++ b/crawl-ref/source/cluautil.h
@@ -149,6 +149,9 @@ level_id dlua_level_id(lua_State *ls, int ndx);
#define COORDS(c, p1, p2) \
GETCOORD(c, p1, p2, in_bounds)
+#define COORDSHOW(c, p1, p2) \
+ GETCOORD(c, p1, p2, in_show_bounds)
+
#define FEAT(f, pos) \
dungeon_feature_type f = check_lua_feature(ls, pos)