summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-06-22 20:40:39 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-06-22 20:40:39 -0700
commit49c5cce947c7e85d200575c7f1caa23857d68738 (patch)
tree160acead9e00994992e03c03238c06152d55c564 /crawl-ref/source/AppHdr.h
parent0d434d8aa6ce3d7f5e6a5e2565945e7348b9d5bc (diff)
downloadcrawl-ref-49c5cce947c7e85d200575c7f1caa23857d68738.tar.gz
crawl-ref-49c5cce947c7e85d200575c7f1caa23857d68738.zip
Re-enable, and fix, DEBUG_MONSPEAK
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 56d139c2f9..8aa38e9c0f 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -344,6 +344,7 @@ static inline double pow(int x, double y) { return std::pow((double)x, y); }
#ifdef DEBUG_DIAGNOSTICS
#define DEBUG_TESTS
+ #define DEBUG_MONSPEAK
#endif
// =========================================================================