From 96675598861be6ff03f9a4372ece0020262d5e62 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Feb 2004 23:07:03 +0000 Subject: [PATCH] fix course entry masking --- stepmania/src/CourseEntryDisplay.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stepmania/src/CourseEntryDisplay.cpp b/stepmania/src/CourseEntryDisplay.cpp index 4bfd0a8257..f3e18c242c 100644 --- a/stepmania/src/CourseEntryDisplay.cpp +++ b/stepmania/src/CourseEntryDisplay.cpp @@ -45,6 +45,8 @@ void CourseEntryDisplay::Load() m_TextBanner.SetName( TEXT_BANNER_NAME, "TextBanner" ); SET_XY_AND_ON_COMMAND( &m_TextBanner ); + /* Load the m_TextBanner now, so any actor commands sent to us will propagate correctly. */ + m_TextBanner.LoadFromString( "", "", "", "", "", "" ); this->AddChild( &m_TextBanner ); for( int pn = 0; pn < NUM_PLAYERS; ++pn )