From 13abff271666dcc566102311c3b9d237ea04f933 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Wed, 22 Apr 2009 15:58:36 +0000 Subject: * Tweak Xom's ideas about what makes a funny or boring death. * Add another option (*sigh*) covering whether W=T and P=R. (Defaults to false.) * Various spacing and comment fixes. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9675 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/format.cc') 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 colour_stack; colour_stack.push_back(main_colour); -- cgit v1.2.3-54-g00ecf