summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/message.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/message.cc')
-rw-r--r--crawl-ref/source/message.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index f7bc4bda04..4a9f190eaa 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -670,6 +670,13 @@ void mesclr( bool force )
void more(void)
{
+#ifdef DEBUG_DIAGNOSTICS
+ if (you.running)
+ {
+ mesclr();
+ return;
+ }
+#endif
if (Options.show_more_prompt && !suppress_messages)
{
char keypress = 0;