summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/delay.h')
-rw-r--r--crawl-ref/source/delay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/delay.h b/crawl-ref/source/delay.h
index 55cb7bd1d4..81a81b1f26 100644
--- a/crawl-ref/source/delay.h
+++ b/crawl-ref/source/delay.h
@@ -78,7 +78,8 @@ bool is_being_butchered(const item_def &item, bool just_first = true);
bool is_vampire_feeding( void );
void stop_butcher_delay();
void handle_interrupted_swap(bool swap_if_safe = false,
- bool force_unsafe = false);
+ bool force_unsafe = false,
+ bool transform = false);
void clear_macro_process_key_delay();