From 66e468213fda2712c758329bd7402e69433cdbaa Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 26 Jan 2003 22:48:26 +0000 Subject: [PATCH] fixed ThemeManager using element in base theme instead of current theme if base theme has a redir, simplifed a few sound element names. --- stepmania/src/MusicWheel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index b437b94305..1388bf6bd0 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -317,11 +317,11 @@ MusicWheel::MusicWheel() this->AddChild( &m_ScrollBar ); /* We play a lot of this one, so precache it. */ - m_soundChangeMusic.Load( THEME->GetPathTo("Sounds","select music change music"), true ); - m_soundChangeSort.Load( THEME->GetPathTo("Sounds","select music change sort") ); - m_soundExpand.Load( THEME->GetPathTo("Sounds","select music section expand") ); + m_soundChangeMusic.Load( THEME->GetPathTo("Sounds","select music change"), true ); + m_soundChangeSort.Load( THEME->GetPathTo("Sounds","select music sort") ); + m_soundExpand.Load( THEME->GetPathTo("Sounds","select music expand") ); m_soundStart.Load( THEME->GetPathTo("Sounds","menu start") ); - m_soundLocked.Load( THEME->GetPathTo("Sounds","select music wheel locked") ); + m_soundLocked.Load( THEME->GetPathTo("Sounds","select music locked") ); // init m_mapGroupNameToBannerColor