From dc97622b5fe6416e65054208d001775d0ec1f540 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Fri, 27 Feb 2009 22:19:29 +0000 Subject: * Make message condensation merge messages into history correctly. * Fix grid descriptions only showing belatedly. * Fix tutorial starting prompt not being shown. There are likely to be more instances where flush_prev_message() needs to be called although the turn isn't over yet and it's not a prompt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9265 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/acr.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/acr.cc') 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(); -- cgit v1.2.3-54-g00ecf