summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dbg-util.cc
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/dbg-util.cc
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/dbg-util.cc')
-rw-r--r--crawl-ref/source/dbg-util.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/dbg-util.cc b/crawl-ref/source/dbg-util.cc
index 73801015b0..d70b4b5aeb 100644
--- a/crawl-ref/source/dbg-util.cc
+++ b/crawl-ref/source/dbg-util.cc
@@ -433,6 +433,9 @@ static const char* diag_names[] =
"beam",
"abyss",
"monplace",
+#ifdef DEBUG_MONSPEAK
+ "speech",
+#endif
};
void wizard_toggle_dprf()