summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:19:47 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 03:19:47 +0000
commit3e7c799cf444d6891139555291d0bb5d730d104e (patch)
tree538fa16ee613151cec579cd1c2679142839cf366 /crawl-ref/source/externs.h
parent66e0b2147bb59435490014ce5df5a97f6170c321 (diff)
downloadcrawl-ref-3e7c799cf444d6891139555291d0bb5d730d104e.tar.gz
crawl-ref-3e7c799cf444d6891139555291d0bb5d730d104e.zip
Added option msg_condense_repeats (defaults to true) which causes message
history to condense repeated messages into a single line, so that (for example) if you hear a Zot trap go off five times in a row while resting, message history will show: You hear a distant "Zot!" (x5) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5575 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index a5b7c8dae0..62cdd301cf 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -1602,6 +1602,7 @@ public:
int msg_max_height;
bool mlist_allow_alternate_layout;
bool classic_hud;
+ bool msg_condense_repeats;
// The view lock variables force centering the viewport around the PC @
// at all times (the default). If view locking is not enabled, the viewport