From 57e4649de38775e9ee5252a08bb8f931bb4a96e7 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Fri, 6 May 2005 06:34:18 +0000 Subject: [PATCH] fix draw order --- stepmania/src/ScreenEnding.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/stepmania/src/ScreenEnding.cpp b/stepmania/src/ScreenEnding.cpp index 8d765cf568..5e2173ab8f 100644 --- a/stepmania/src/ScreenEnding.cpp +++ b/stepmania/src/ScreenEnding.cpp @@ -236,8 +236,7 @@ void ScreenEnding::Init() } - this->MoveToTail( &m_In ); // put it in the back so it covers up the stuff we just added - this->MoveToTail( &m_Out ); // put it in the back so it covers up the stuff we just added + this->SortByDrawOrder(); SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("music scroll") );