diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index 4cbdd356e0..17cc106569 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -179,8 +179,6 @@ void BGAnimation::LoadFromAniDir( const CString &_sAniDir, bool bGeneric ) void BGAnimation::LoadFromNode( const CString& sDir, const XNode* pNode ) { - DEBUG_ASSERT( pNode->m_sName == "BGAnimation" ); - ActorScrollerAutoDeleteChildren::LoadFromNode( sDir, pNode ); this->RunCommandsOnChildren( ActorCommands("PlayCommand,Init") );