summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/format.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/format.cc')
-rw-r--r--crawl-ref/source/format.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc
index 4dd398cb0c..012c64a181 100644
--- a/crawl-ref/source/format.cc
+++ b/crawl-ref/source/format.cc
@@ -89,7 +89,7 @@ formatted_string formatted_string::parse_string(
bool (*process)(const std::string &tag),
int main_colour)
{
- // Safe assumption, that incoming color is LIGHTGREY
+ // main_colour will usually be LIGHTGREY (default).
std::vector<int> colour_stack;
colour_stack.push_back(main_colour);