summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-15 13:45:52 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-15 13:45:52 +0000
commitcaf27fb755b20d52479d033582a6b368eba66608 (patch)
treec9e63f0593f8bf18b832b085582de93f9270e423 /crawl-ref/source/delay.h
parent9238257d62cb6c167f91e9d9cf60dd7fa229c040 (diff)
downloadcrawl-ref-caf27fb755b20d52479d033582a6b368eba66608.tar.gz
crawl-ref-caf27fb755b20d52479d033582a6b368eba66608.zip
Fix gloved butchery, using part of evktalo's patch plus a minor hack to
ensure that the gloves are removed exactly when they should be. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10224 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index edc2868df0..03749a14fb 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -72,6 +72,7 @@ bool you_are_delayed();
delay_type current_delay_action();
int check_recital_audience();
void handle_delay();
+void finish_last_delay();
bool is_run_delay(int delay);
bool is_being_butchered(const item_def &item, bool just_first = true);