From ac876ff2d75b34cb4166aadf1c3eb7a0a8d48ce1 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 3 Aug 2008 19:18:22 +0000 Subject: 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 --- crawl-ref/source/directn.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/directn.h') 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); -- cgit v1.2.3-54-g00ecf