summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 05:16:14 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-28 05:16:14 +0000
commit9a762716ca93d9edf8c096079cbd2bf10efb27d6 (patch)
treed20250c185c30f210208720218b23e912d910402 /crawl-ref/source/spells3.cc
parent368a2fca54f26d5bf7b3246405dbf272d8a5f676 (diff)
downloadcrawl-ref-9a762716ca93d9edf8c096079cbd2bf10efb27d6.tar.gz
crawl-ref-9a762716ca93d9edf8c096079cbd2bf10efb27d6.zip
Use the "sound" message channel properly with some sound-related
messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5309 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 08b6d3e9bf..a49e221fc9 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -974,7 +974,7 @@ void decrease_sanctuary_radius()
bool cast_sanctuary(const int power)
{
if (!silenced(you.x_pos, you.y_pos)) // how did you manage that?
- mpr("You hear a choir sing!");
+ mpr("You hear a choir sing!", MSGCH_SOUND);
else
mpr("You are suddenly bathed in radiance!");