summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 16:06:29 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 16:06:29 +0000
commit6c343fd8e3a09865c8ee23ffeb5da6dc07379cfe (patch)
treee751b603908fa9ebffa8b9dfa5d3f57f9d9b76f5 /crawl-ref/source/format.h
parent90a29a297d45fe8cc7f7b553123c8adc191a46ad (diff)
downloadcrawl-ref-6c343fd8e3a09865c8ee23ffeb5da6dc07379cfe.tar.gz
crawl-ref-6c343fd8e3a09865c8ee23ffeb5da6dc07379cfe.zip
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
Diffstat (limited to 'crawl-ref/source/format.h')
-rw-r--r--crawl-ref/source/format.h3
1 files changed, 2 insertions, 1 deletions
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,