summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-05-23 20:27:32 -0400
committerSamuel Bronson <naesten@gmail.com>2013-05-23 20:27:32 -0400
commitffdc3b0cd4c10afdfd2042f283045a7451b5014e (patch)
tree53fc4b179c223b8921ac4390512ff6faf59aec6a /crawl-ref/source/mpr.h
parentbbaf2469488eaabb39a4b8e25c8e6f4fa62c2a4f (diff)
downloadcrawl-ref-ffdc3b0cd4c10afdfd2042f283045a7451b5014e.tar.gz
crawl-ref-ffdc3b0cd4c10afdfd2042f283045a7451b5014e.zip
Add MSGCH_TIMED_PORTAL for timed portal messages.
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 e8f68e139b..9b9e86ca7a 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -43,6 +43,7 @@ enum msg_channel_type
MSGCH_ERROR, // error messages
MSGCH_TUTORIAL, // messages for tutorial
MSGCH_ORB, // messages for the orb
+ MSGCH_TIMED_PORTAL, // timed portal entry "tick tick tick" sounds
NUM_MESSAGE_CHANNELS // always last
};