summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stuff.cc')
-rw-r--r--crawl-ref/source/stuff.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/stuff.cc b/crawl-ref/source/stuff.cc
index 4aa1315c1a..0f09465a5f 100644
--- a/crawl-ref/source/stuff.cc
+++ b/crawl-ref/source/stuff.cc
@@ -407,6 +407,9 @@ void redraw_screen(void)
bool note_status = notes_are_active();
activate_notes(false);
new_level();
+#ifdef SIMPLE_MESSAGING
+ update_message_status();
+#endif
update_turn_count();
activate_notes(note_status);