summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-03 19:18:22 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-03 19:18:22 +0000
commitac876ff2d75b34cb4166aadf1c3eb7a0a8d48ce1 (patch)
tree156f4722e9b23a530dbc0001851e3f599627fc46 /crawl-ref/source/directn.h
parentdd27b0610543880d2c90103e3e18b4f90d1716bd (diff)
downloadcrawl-ref-ac876ff2d75b34cb4166aadf1c3eb7a0a8d48ce1.tar.gz
crawl-ref-ac876ff2d75b34cb4166aadf1c3eb7a0a8d48ce1.zip
Some minor improvements to the full view (xx), e.g. mention
monsters being friendly, neutral or hostile, and highlight selected monsters in Tiles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6758 c06c8d41-db1a-0410-9941-cceddc491573
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);