checkpoint
This commit is contained in:
@@ -323,6 +323,7 @@ void RageSoundManager::GetCopies( RageSound &snd, vector<RageSound *> &snds, boo
|
|||||||
set<RageSound *>::iterator it;
|
set<RageSound *>::iterator it;
|
||||||
for( it = sounds.begin(); it != sounds.end(); ++it )
|
for( it = sounds.begin(); it != sounds.end(); ++it )
|
||||||
{
|
{
|
||||||
|
CHECKPOINT_M( ssprintf("%p %p", *it, parent) );
|
||||||
if( (*it)->GetOriginal() != parent )
|
if( (*it)->GetOriginal() != parent )
|
||||||
continue;
|
continue;
|
||||||
if( bLockSounds )
|
if( bLockSounds )
|
||||||
|
|||||||
Reference in New Issue
Block a user