summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-12 18:08:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-12 18:08:49 +0000
commit576aa0699ac663e3d1639567e39bf49b1f3c9c8b (patch)
treecb57d684de9e18b18ce9fcb6cbbbbf6d7ada4c57 /crawl-ref/source/message.cc
parent46dff5896c09c3950088d77665fb2b48538add79 (diff)
downloadcrawl-ref-576aa0699ac663e3d1639567e39bf49b1f3c9c8b.tar.gz
crawl-ref-576aa0699ac663e3d1639567e39bf49b1f3c9c8b.zip
Fix warning.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9049 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index 063f6fa59e..ffabd700a3 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -231,6 +231,7 @@ static char god_message_altar_colour( god_type god )
case GOD_NO_GOD:
case NUM_GODS:
case GOD_RANDOM:
+ case GOD_NAMELESS:
return (YELLOW);
}
return (YELLOW); // for stupid compilers