summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 4ee02b279d..4f312b8e0f 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3387,6 +3387,9 @@ static command_type _get_next_cmd()
#if DEBUG_ITEM_SCAN
debug_item_scan();
#endif
+#if DEBUG_MONS_SCAN
+ debug_mons_scan();
+#endif
const time_t before = time(NULL);
keycode_type keyin = _get_next_keycode();