From 6c343fd8e3a09865c8ee23ffeb5da6dc07379cfe Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 19 Apr 2009 16:06:29 +0000 Subject: Enable menu colour for the 'V' item sub-menu. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9657 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/format.h') diff --git a/crawl-ref/source/format.h b/crawl-ref/source/format.h index 297e793106..bb07698fa3 100644 --- a/crawl-ref/source/format.h +++ b/crawl-ref/source/format.h @@ -57,7 +57,8 @@ public: static formatted_string parse_string( const std::string &s, bool eot_ends_format = true, - bool (*process_tag)(const std::string &tag) = NULL ); + bool (*process_tag)(const std::string &tag) = NULL, + int main_colour = LIGHTGREY ); static void parse_string_to_multiple( const std::string &s, -- cgit v1.2.3-54-g00ecf