From 10eb277e4017ab8e5bc54fc8db59e35b3c49ee0b Mon Sep 17 00:00:00 2001 From: haranp Date: Sun, 5 Oct 2008 21:31:28 +0000 Subject: Grey out all monsters and cells (not just wall cells) out of range. Describe out-of-range monsters. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7145 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/directn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/directn.h') diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h index 54dcbe401a..a422f0fc2a 100644 --- a/crawl-ref/source/directn.h +++ b/crawl-ref/source/directn.h @@ -154,7 +154,7 @@ bool in_vlos(int x, int y); bool in_vlos(const coord_def &pos); std::string get_terse_square_desc(const coord_def &gc); -void terse_describe_square(const coord_def &c); +void terse_describe_square(const coord_def &c, bool in_range = true); void full_describe_square(const coord_def &c); void describe_floor(); std::string get_monster_desc(const monsters *mon, -- cgit v1.2.3-54-g00ecf