fixes for missing/incorrectly named theme elements

This commit is contained in:
Chris Danford
2002-09-03 22:59:53 +00:00
parent f666a157d5
commit 1ad9214a53
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ ScreenSelectMusic::ScreenSelectMusic()
this->AddChild( &m_MusicSortDisplay );
m_textHoldForOptions.LoadFromFont( THEME->GetPathTo("Fonts","select music stage") );
m_textHoldForOptions.LoadFromFont( THEME->GetPathTo("Fonts","select music hold") );
m_textHoldForOptions.SetXY( CENTER_X, CENTER_Y );
m_textHoldForOptions.SetText( "press START again for options" );
m_textHoldForOptions.SetZoom( 1 );