From 18049399164b92d66ce6d1c4f42295d3d16e8778 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 21 Aug 2004 06:50:49 +0000 Subject: [PATCH] always preload change sounds --- stepmania/src/ScreenSelectDifficulty.cpp | 2 +- stepmania/src/ScreenSelectStyle.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ); //