summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-24 00:50:38 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-24 03:19:36 -0800
commit6ca662b8cced71f9eb5938519540cd9aa2207c09 (patch)
tree3826483a08dfdaff8d33fef20c98175110231db9 /crawl-ref/source/delay.cc
parent64a27196fc1b9740d0c2765faa9e24fce45d3af2 (diff)
downloadcrawl-ref-6ca662b8cced71f9eb5938519540cd9aa2207c09.tar.gz
crawl-ref-6ca662b8cced71f9eb5938519540cd9aa2207c09.zip
reset_more_autoclear() -> set_more_autoclear()
You can now also turn on autoclear-more status from outside message.cc, rather than just turning it off.
Diffstat (limited to 'crawl-ref/source/delay.cc')
-rw-r--r--crawl-ref/source/delay.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc
index c8c0da5c02..c6c323658c 100644
--- a/crawl-ref/source/delay.cc
+++ b/crawl-ref/source/delay.cc
@@ -338,7 +338,7 @@ void stop_delay( bool stop_stair_travel )
if (you.delay_queue.empty())
return;
- reset_more_autoclear();
+ set_more_autoclear(false);
ASSERT(!crawl_state.arena);