summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 6a2f7b7642..23d4e15c44 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -741,6 +741,10 @@ enum delay_type
DELAY_MACRO,
+ // In a macro delay, a stacked delay to tell Crawl to read and act on
+ // one input command.
+ DELAY_MACRO_PROCESS_KEY,
+
DELAY_INTERRUPTIBLE, // simple interruptible delay
DELAY_UNINTERRUPTIBLE, // simple uninterruptible delay