From d326969a58af78ea858b1de599080a5e43364e73 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 9 May 2005 04:02:34 +0000 Subject: [PATCH] update screen --- stepmania/src/ScreenCenterImage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); }