diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index 104451a860..c0a8ab3202 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -188,6 +188,7 @@ void BGAnimation::LoadFromNode( const CString& sDir, const XNode* pNode ) if( pNode->GetAttrValue( "LengthSeconds", fLengthSeconds ) ) { Actor *pActor = new Actor; + pActor->SetName( "BGAnimation dummy" ); pActor->SetHidden( true ); apActorCommands ap( new ActorCommands(ssprintf("sleep,%f",fLengthSeconds)) ); pActor->AddCommand( "On", ap );