checkpoint

This commit is contained in:
Glenn Maynard
2004-05-09 08:27:20 +00:00
parent 196c9d3c31
commit 8f6d7362ae
+1
View File
@@ -323,6 +323,7 @@ void RageSoundManager::GetCopies( RageSound &snd, vector<RageSound *> &snds, boo
set<RageSound *>::iterator it;
for( it = sounds.begin(); it != sounds.end(); ++it )
{
CHECKPOINT_M( ssprintf("%p %p", *it, parent) );
if( (*it)->GetOriginal() != parent )
continue;
if( bLockSounds )