summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-mis.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-03 22:03:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-03 22:03:40 +0000
commit5dbcbe0214981dfad90fc3e5fc95a6d9eebfa51f (patch)
treee36b98836aeacb19f181e982b17270730fb2d632 /crawl-ref/source/spl-mis.h
parent6a1119f3d988d475c68844195d8d6c5b04b157dc (diff)
downloadcrawl-ref-5dbcbe0214981dfad90fc3e5fc95a6d9eebfa51f.tar.gz
crawl-ref-5dbcbe0214981dfad90fc3e5fc95a6d9eebfa51f.zip
Add noise levels for sound-related random uselessness messages, hell
effect messages, and spell miscast messages. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10618 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-mis.h')
-rw-r--r--crawl-ref/source/spl-mis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spl-mis.h b/crawl-ref/source/spl-mis.h
index 5def1b7dd2..cd7cd8fafa 100644
--- a/crawl-ref/source/spl-mis.h
+++ b/crawl-ref/source/spl-mis.h
@@ -102,6 +102,8 @@ private:
msg_channel_type msg_ch;
+ int sound_loudness;
+
int recursion_depth;
bool did_msg;