From be9f773b92d011e6cb8a1bdfa72ae323807b8468 Mon Sep 17 00:00:00 2001 From: dolorous Date: Sun, 20 Apr 2008 21:40:08 +0000 Subject: Avoid cluttering the recovery channel when restoring stats. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4419 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/mpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/mpr.h') diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h index 02772989e0..c61c5097f2 100644 --- a/crawl-ref/source/mpr.h +++ b/crawl-ref/source/mpr.h @@ -38,7 +38,7 @@ enum msg_channel_type MSGCH_MONSTER_ENCHANT,// monsters enchantments up and down MSGCH_MONSTER_DAMAGE, // monster damage reports (param is level) MSGCH_MONSTER_TARGET, // message marking the monster as a target - MSGCH_ROTTEN_MEAT, // messages about chunks/corpses becoming rotten + MSGCH_ROTTEN_MEAT, // messages about chunks/corpses becoming rotten MSGCH_EQUIPMENT, // equipment listing messages MSGCH_FLOOR_ITEMS, // like equipment, but lists of floor items MSGCH_MULTITURN_ACTION, // delayed action messages -- cgit v1.2.3-54-g00ecf