From 56ec9dd2047b94176d719cbb06bb8361f4f4d166 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 14 Feb 2009 15:18:04 +0000 Subject: Making tutorial and named monster tags consistent. Also, making tooltips not disappear until the mouse moves to another square, to address [2564067]. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9062 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tilesdl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tilesdl.h') diff --git a/crawl-ref/source/tilesdl.h b/crawl-ref/source/tilesdl.h index 5a1f49419d..c8a211ed21 100644 --- a/crawl-ref/source/tilesdl.h +++ b/crawl-ref/source/tilesdl.h @@ -116,6 +116,7 @@ public: void clear_text_tags(text_tag_type type); void add_text_tag(text_tag_type type, const std::string &tag, const coord_def &gc); + void add_text_tag(text_tag_type type, const monsters* mon); bool initialise_items(); -- cgit v1.2.3-54-g00ecf