summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mpr.h
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-08 17:04:18 -0400
committerNeil Moore <neil@s-z.org>2014-07-08 17:17:34 -0400
commitbc841a2a9115e308279fae3ce0c871fd6d054942 (patch)
treeb1473df1fa14f300507844a19bc8e49f6f273227 /crawl-ref/source/mpr.h
parent3bc2141fe0c8a37921589eb8ce8f19ff18cd9b85 (diff)
downloadcrawl-ref-bc841a2a9115e308279fae3ce0c871fd6d054942.tar.gz
crawl-ref-bc841a2a9115e308279fae3ce0c871fd6d054942.zip
Allow toggling monster speech diagnostics in &^Q
This is currently predicated on DEBUG_MONSPEAK, since all the relevant messages are.
Diffstat (limited to 'crawl-ref/source/mpr.h')
-rw-r--r--crawl-ref/source/mpr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/mpr.h b/crawl-ref/source/mpr.h
index ade9493803..cadbb79a56 100644
--- a/crawl-ref/source/mpr.h
+++ b/crawl-ref/source/mpr.h
@@ -83,6 +83,9 @@ enum diag_type
DIAG_BEAM,
DIAG_ABYSS,
DIAG_MONPLACE,
+#ifdef DEBUG_MONSPEAK
+ DIAG_SPEECH,
+#endif
NUM_DIAGNOSTICS
};