diff --git a/stepmania/src/ScreenSelectDifficulty.cpp b/stepmania/src/ScreenSelectDifficulty.cpp index 3503aa3d85..2502ba8fbd 100644 --- a/stepmania/src/ScreenSelectDifficulty.cpp +++ b/stepmania/src/ScreenSelectDifficulty.cpp @@ -104,7 +104,7 @@ ScreenSelectDifficulty::ScreenSelectDifficulty( CString sClassName ) : ScreenSel this->AddChild( &m_framePages ); - m_soundChange.Load( THEME->GetPathToS( m_sName + " change") ); + m_soundChange.Load( THEME->GetPathToS( m_sName + " change"), true ); m_soundDifficult.Load( ANNOUNCER->GetPathTo("select difficulty challenge") ); m_fLockInputTime = LOCK_INPUT_SECONDS; diff --git a/stepmania/src/ScreenSelectStyle.cpp b/stepmania/src/ScreenSelectStyle.cpp index c6d87f7d5f..c29f1fd71a 100644 --- a/stepmania/src/ScreenSelectStyle.cpp +++ b/stepmania/src/ScreenSelectStyle.cpp @@ -115,7 +115,7 @@ ScreenSelectStyle::ScreenSelectStyle( CString sClassName ) : ScreenSelect( sClas } - m_soundChange.Load( THEME->GetPathToS(m_sName + " change") ); + m_soundChange.Load( THEME->GetPathToS(m_sName + " change"), true ); //