From bf18513ac06c9a214f07c9a90560ebb8356ae1b0 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 27 Oct 2009 21:25:59 +0100 Subject: Add lua binding for inspecting env.show. --- crawl-ref/source/cluautil.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'crawl-ref/source/cluautil.h') 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) -- cgit v1.2.3-54-g00ecf