summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-05 21:31:28 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-05 21:31:28 +0000
commit10eb277e4017ab8e5bc54fc8db59e35b3c49ee0b (patch)
tree2b06779c68956bbc71fac5626a96f4231a2acb81 /crawl-ref/source/directn.h
parente719a17eb49e32b0050eeb8294ef16f5c3cdffc4 (diff)
downloadcrawl-ref-10eb277e4017ab8e5bc54fc8db59e35b3c49ee0b.tar.gz
crawl-ref-10eb277e4017ab8e5bc54fc8db59e35b3c49ee0b.zip
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
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h2
1 files changed, 1 insertions, 1 deletions
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,