fixed ThemeManager using element in base theme instead of current theme if base theme has a redir, simplifed a few sound element names.

This commit is contained in:
Chris Danford
2003-01-26 21:45:13 +00:00
parent 5a7b10e989
commit 229aa2cae9
6 changed files with 57 additions and 63 deletions
+3 -3
View File
@@ -228,9 +228,9 @@ ScreenSelectMusic::ScreenSelectMusic()
m_soundSelect.Load( THEME->GetPathTo("Sounds","menu start") );
m_soundChangeNotes.Load( THEME->GetPathTo("Sounds","select music change notes") );
m_soundOptionsChange.Load( THEME->GetPathTo("Sounds","select music change options") );
m_soundLocked.Load( THEME->GetPathTo("Sounds","select music wheel locked") );
m_soundChangeNotes.Load( THEME->GetPathTo("Sounds","select music notes") );
m_soundOptionsChange.Load( THEME->GetPathTo("Sounds","select music options") );
m_soundLocked.Load( THEME->GetPathTo("Sounds","select music locked") );
SOUNDMAN->PlayOnceFromDir( ANNOUNCER->GetPathTo("select music intro") );