From 739361a8ab7f6a7a3d22c5461e8b903957e57d50 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Mon, 5 Jan 2009 08:41:22 +0000 Subject: Allow for ESC clearing --more-- until you get control back to work for resting and other delays. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8240 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/delay.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/delay.cc') diff --git a/crawl-ref/source/delay.cc b/crawl-ref/source/delay.cc index 83bff93763..482e61f524 100644 --- a/crawl-ref/source/delay.cc +++ b/crawl-ref/source/delay.cc @@ -334,6 +334,8 @@ void stop_delay( bool stop_stair_travel ) if (you.delay_queue.empty()) return; + reset_more_autoclear(); + ASSERT(!crawl_state.arena); delay_queue_item delay = you.delay_queue.front(); -- cgit v1.2.3-54-g00ecf