summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 3fa688e27f..b7912fa4c1 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -163,7 +163,8 @@ void full_describe_square(const coord_def &c);
void describe_floor();
std::string get_monster_desc(const monsters *mon,
bool full_desc = true,
- description_level_type mondtype = DESC_CAP_A);
+ description_level_type mondtype = DESC_CAP_A,
+ bool print_attitude = false);
int dos_direction_unmunge(int doskey);