summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2013-10-28 16:35:56 +0100
committerAdam Borowski <kilobyte@angband.pl>2013-10-28 16:38:38 +0100
commitcb884c0d045cfb34c203722c6836b666ba9958c8 (patch)
tree3fd584a3f3c999287337eea8a06ea5adfcb2af04 /crawl-ref/source/directn.h
parent7677ce75e7808539062466d098c2634abcaa8463 (diff)
downloadcrawl-ref-cb884c0d045cfb34c203722c6836b666ba9958c8.tar.gz
crawl-ref-cb884c0d045cfb34c203722c6836b666ba9958c8.zip
Allow viewing remembered info about out of LOS stuff.
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 6a54205d41..c12e14bf84 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -288,8 +288,7 @@ string thing_do_grammar(description_level_type dtype, bool add_stop,
string get_terse_square_desc(const coord_def &gc);
void terse_describe_square(const coord_def &c, bool in_range = true);
void full_describe_square(const coord_def &c);
-void get_square_desc(const coord_def &c, describe_info &inf,
- bool examine_mons = false, bool show_floor = false);
+void get_square_desc(const coord_def &c, describe_info &inf);
void describe_floor();
string get_monster_equipment_desc(const monster_info& mi,