This commit is contained in:
Glenn Maynard
2006-12-09 23:52:10 +00:00
parent e141795020
commit 048de864a2
+4 -4
View File
@@ -469,11 +469,11 @@ void Player::Load()
p.m_Balance = GameSoundManager::GetPlayerBalance( pn );
for( unsigned i=0; i<m_vKeysounds.size(); i++ )
{
RString sKeysoundFilePath = sSongDir + pSong->m_vsKeysoundFile[i];
RageSound& sound = m_vKeysounds[i];
if( sound.GetLoadedFilePath() != sKeysoundFilePath )
RString sKeysoundFilePath = sSongDir + pSong->m_vsKeysoundFile[i];
RageSound& sound = m_vKeysounds[i];
if( sound.GetLoadedFilePath() != sKeysoundFilePath )
sound.Load( sKeysoundFilePath, true );
sound.SetParams( p );
sound.SetParams( p );
}
if( m_pPlayerStageStats )