diff --git a/stepmania/src/ScreenTestInput.cpp b/stepmania/src/ScreenTestInput.cpp index 31dd6b4d23..835933bc2b 100644 --- a/stepmania/src/ScreenTestInput.cpp +++ b/stepmania/src/ScreenTestInput.cpp @@ -29,7 +29,7 @@ void ScreenTestInput::Init() m_textInputs.SetHorizAlign( Actor::align_left ); this->AddChild( &m_textInputs ); - SOUND->PlayMusic( THEME->GetPathS("ScreenTestInput","music") ); + this->SortByDrawOrder(); } diff --git a/stepmania/src/ScreenTestLights.cpp b/stepmania/src/ScreenTestLights.cpp index 6af8a89737..aae3033504 100644 --- a/stepmania/src/ScreenTestLights.cpp +++ b/stepmania/src/ScreenTestLights.cpp @@ -29,7 +29,7 @@ void ScreenTestLights::Init() SET_XY_AND_ON_COMMAND( m_textInputs ); this->AddChild( &m_textInputs ); - SOUND->PlayMusic( THEME->GetPathS("ScreenTestLights","music") ); + this->SortByDrawOrder(); }