summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 3502c222c4..3cb555ab8a 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -428,6 +428,7 @@ static void _startup_tutorial()
<< "Press any key to start the tutorial intro, or Escape to skip it."
<< std::endl;
+ flush_prev_message();
const int ch = c_getch();
if (ch != ESCAPE)
tut_starting_screen();