preload locked sound
This commit is contained in:
@@ -123,7 +123,7 @@ MusicWheel::MusicWheel()
|
|||||||
m_soundChangeSort.Load( THEME->GetPathToS("MusicWheel sort") );
|
m_soundChangeSort.Load( THEME->GetPathToS("MusicWheel sort") );
|
||||||
m_soundExpand.Load( THEME->GetPathToS("MusicWheel expand") );
|
m_soundExpand.Load( THEME->GetPathToS("MusicWheel expand") );
|
||||||
m_soundStart.Load( THEME->GetPathToS("Common start") );
|
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;
|
m_iSelection = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user