always preload change sounds

This commit is contained in:
Glenn Maynard
2004-08-21 06:50:49 +00:00
parent d320767912
commit 1804939916
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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;
+1 -1
View File
@@ -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 );
//