summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 06:09:36 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-24 06:09:36 +0000
commitbf8210ed870bd1cccb470f2a9a699e8d79e07f60 (patch)
treed6c72a0041dc1d3c260568299c2980808e1f4cf3 /crawl-ref/source/acr.cc
parent17d40b44d5a07940524594823605f7547bc65ae8 (diff)
downloadcrawl-ref-bf8210ed870bd1cccb470f2a9a699e8d79e07f60.tar.gz
crawl-ref-bf8210ed870bd1cccb470f2a9a699e8d79e07f60.zip
Trunk->0.4 merge r6659-6660: [2026251] Elf arrival vault fix, debug_mons_scan.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6661 c06c8d41-db1a-0410-9941-cceddc491573
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();