diff --git a/stepmania/src/ScreenSelectStyle.cpp b/stepmania/src/ScreenSelectStyle.cpp index b8c8734622..4873d24ea3 100644 --- a/stepmania/src/ScreenSelectStyle.cpp +++ b/stepmania/src/ScreenSelectStyle.cpp @@ -189,7 +189,7 @@ void ScreenSelectStyle::MenuRight( PlayerNumber pn ) void ScreenSelectStyle::MenuStart( PlayerNumber pn ) { m_soundSelect.Play(); - SCREENMAN->PostMessageToTopScreen( SM_AllDoneChoosing, 0 ); + SCREENMAN->SendMessageToTopScreen( SM_AllDoneChoosing ); const ModeChoice& mc = m_aModeChoices[GetSelectionIndex(pn)]; SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo(ssprintf("%s comment %s",m_sName.c_str(),mc.m_sName.c_str())) );