summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
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 67b624a10d..17d203fb98 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -21,6 +21,7 @@
enum msg_channel_type
{
MSGCH_PLAIN, // regular text
+ MSGCH_FRIEND_ACTION, // friendly monsters taking actions
MSGCH_PROMPT, // various prompts
MSGCH_GOD, // god/religion (param is god)
MSGCH_PRAY, // praying messages (param is god)