From 9a762716ca93d9edf8c096079cbd2bf10efb27d6 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 28 May 2008 05:16:14 +0000 Subject: 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 --- crawl-ref/source/spells1.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spells1.cc') diff --git a/crawl-ref/source/spells1.cc b/crawl-ref/source/spells1.cc index 4d014f7e8b..cd3fe5e673 100644 --- a/crawl-ref/source/spells1.cc +++ b/crawl-ref/source/spells1.cc @@ -1203,7 +1203,8 @@ void cast_deaths_door(int pow) else { mpr("You feel invincible!"); - mpr("You seem to hear sand running through an hourglass..."); + mpr("You seem to hear sand running through an hourglass...", + MSGCH_SOUND); set_hp( allowed_deaths_door_hp(), false ); deflate_hp( you.hp_max, false ); -- cgit v1.2.3-54-g00ecf