diff --git a/stepmania/src/ScreenCenterImage.cpp b/stepmania/src/ScreenCenterImage.cpp index 29704b635f..9a60be0f86 100644 --- a/stepmania/src/ScreenCenterImage.cpp +++ b/stepmania/src/ScreenCenterImage.cpp @@ -36,7 +36,7 @@ void ScreenCenterImage::Init() m_textInstructions.SetZoom( 0.8f ); this->AddChild( &m_textInstructions ); - SOUND->PlayMusic( THEME->GetPathS("ScreenCenterImage","music") ); + this->SortByDrawOrder(); }