From fb3baf752bee5cdd09a09c2f49b06c6f45f3d3b5 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 May 2005 04:17:17 +0000 Subject: [PATCH] update screen --- stepmania/src/ScreenTestInput.cpp | 2 +- stepmania/src/ScreenTestLights.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); }