summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
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/AppHdr.h
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/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 700bfc2c0c..1316e75ffb 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -299,6 +299,7 @@
// against the name. Still, it is nice to know the
// turn in which "bad" items appear.
#define DEBUG_ITEM_SCAN 1
+ #define DEBUG_MONS_SCAN 1
#endif
#ifdef _DEBUG // this is how MSVC signals a debug build