preload locked sound

This commit is contained in:
Glenn Maynard
2004-01-26 03:23:12 +00:00
parent 1c78e70d57
commit fe676f0dc2
+1 -1
View File
@@ -123,7 +123,7 @@ MusicWheel::MusicWheel()
m_soundChangeSort.Load( THEME->GetPathToS("MusicWheel sort") );
m_soundExpand.Load( THEME->GetPathToS("MusicWheel expand") );
m_soundStart.Load( THEME->GetPathToS("Common start") );
m_soundLocked.Load( THEME->GetPathToS("MusicWheel locked") );
m_soundLocked.Load( THEME->GetPathToS("MusicWheel locked"), true );
m_iSelection = 0;