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.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/message.cc b/crawl-ref/source/message.cc
index e5606cd39c..67e4739f02 100644
--- a/crawl-ref/source/message.cc
+++ b/crawl-ref/source/message.cc
@@ -1023,7 +1023,7 @@ void reset_more_autoclear()
void more(bool user_forced)
{
- if (crawl_state.game_crashed)
+ if (crawl_state.game_crashed || crawl_state.seen_hups)
return;
#ifdef DEBUG_DIAGNOSTICS