diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 1227e93af7..bb8ba7ca47 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -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;