summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorSteve Melenchuk <smelenchuk@gmail.com>2014-04-10 21:21:26 -0600
committerSteve Melenchuk <smelenchuk@gmail.com>2014-04-10 21:22:32 -0600
commit9b6c9948161b4ee44256d1775d3cad1a7d6db943 (patch)
tree38939aa1016f862f8cefc7c06b6bd25975542a9d /crawl-ref/source/mpr.h
parent762d21af96ae76fd55c9aa040d09d9a8baa35852 (diff)
downloadcrawl-ref-9b6c9948161b4ee44256d1775d3cad1a7d6db943.tar.gz
crawl-ref-9b6c9948161b4ee44256d1775d3cad1a7d6db943.zip
Give monster warnings their own channel.
People who like setting force_mores on this can thus do so with one line for all possible variants on the message.
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index a6416bd928..697ae05e39 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -45,6 +45,7 @@ enum msg_channel_type
MSGCH_ORB, // messages for the orb
MSGCH_TIMED_PORTAL, // timed portal entry "tick tick tick" sounds
MSGCH_HELL_EFFECT, // hell effects
+ MSGCH_MONSTER_WARNING, // "Foo comes into view", et al
NUM_MESSAGE_CHANNELS // always last
};