always preload keys

This commit is contained in:
Glenn Maynard
2004-10-25 00:59:54 +00:00
parent 0d37465667
commit 15bfa19e4b
+1 -1
View File
@@ -260,7 +260,7 @@ void PlayerMinus::Load(
{
CString sKeysoundFilePath = sSongDir + pSong->m_vsKeysoundFile[i];
RageSound& sound = m_vKeysounds[i];
sound.Load( sKeysoundFilePath );
sound.Load( sKeysoundFilePath, true );
sound.SetParams( p );
}
}