summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/misc.cc')
-rw-r--r--crawl-ref/source/misc.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/misc.cc b/crawl-ref/source/misc.cc
index bc1b0a4df0..90a5b87cee 100644
--- a/crawl-ref/source/misc.cc
+++ b/crawl-ref/source/misc.cc
@@ -2404,6 +2404,8 @@ void new_level(void)
#endif
}
+// XXX: Why the lowercasing? I mean why not list the messages as lowercased
+// in the first place? (jpeg)
std::string weird_glowing_colour()
{
std::string result = getRandNameString("glowing_colour_name");