summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/misc.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 21:12:57 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-26 21:12:57 +0000
commit4cad928d655daaef8b3d83de1a47cd3b7b92b4f0 (patch)
tree21db05fe45f3e45825f7e8cabd7f1092dd3a9980 /crawl-ref/source/misc.h
parent04ad46b90c0282aba6a74397538c340b8a0d4d69 (diff)
downloadcrawl-ref-4cad928d655daaef8b3d83de1a47cd3b7b92b4f0.tar.gz
crawl-ref-4cad928d655daaef8b3d83de1a47cd3b7b92b4f0.zip
Outsource more miscellaneous names besides colors (glowing color types,
writing types for Tomes of Destruction), and move them into their own file. Also, tweak the message for glowing colors used by scrolls of random uselessness so that they no longer have to start with consonants. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5269 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/misc.h')
-rw-r--r--crawl-ref/source/misc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/misc.h b/crawl-ref/source/misc.h
index b268f0fedd..a5a09d2306 100644
--- a/crawl-ref/source/misc.h
+++ b/crawl-ref/source/misc.h
@@ -96,7 +96,7 @@ void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
/* ***********************************************************************
* called from: acr - effects
* *********************************************************************** */
-std::string weird_glow_colour();
+std::string weird_glowing_colour();
// last updated 12may2000 {dlb}