This commit is contained in:
Glenn Maynard
2006-10-20 09:35:38 +00:00
parent fec2d3628b
commit 43a9f7b451
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -325,7 +325,7 @@ void RageSoundManager::AddLoadedSound( const RString &sPath_, RageSoundReader_Pr
it = m_mapPreloadedSounds.find( sPath );
ASSERT_M( it == m_mapPreloadedSounds.end(), sPath );
m_mapPreloadedSounds[sPath] = (RageSoundReader_Preload *) pSound->Copy();
m_mapPreloadedSounds[sPath] = pSound->Copy();
}