summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.h
diff options
context:
space:
mode:
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,