From a43b36f4428ea8ee841b5388f746e43181dfa438 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 12 Jul 2005 04:08:53 +0000 Subject: [PATCH] fix SM_BeginFadingOut never sent --- stepmania/src/ScreenSelectStyle.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/ScreenSelectStyle.cpp b/stepmania/src/ScreenSelectStyle.cpp index a60444e0f9..e710bbbf6c 100644 --- a/stepmania/src/ScreenSelectStyle.cpp +++ b/stepmania/src/ScreenSelectStyle.cpp @@ -187,6 +187,7 @@ void ScreenSelectStyle::MenuStart( PlayerNumber pn ) m_SubActors[i]->StopTweening(); SCREENMAN->PlayStartSound(); + SCREENMAN->SendMessageToTopScreen( SM_BeginFadingOut ); SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing ); const GameCommand& mc = m_aGameCommands[GetSelectionIndex(pn)];