fix ScreenJukeboxMenu draw order

This commit is contained in:
Glenn Maynard
2004-06-05 01:39:46 +00:00
parent 2ccea8dcf6
commit e8c13d6798
+2
View File
@@ -53,6 +53,8 @@ ScreenJukeboxMenu::ScreenJukeboxMenu( CString sClassName ) : ScreenWithMenuEleme
m_textExplanation.SetZoom( 0.7f );
this->AddChild( &m_textExplanation );
this->SortByDrawOrder();
SOUND->PlayMusic( THEME->GetPathToS("ScreenJukeboxMenu music") );
}