From 38bdfae22a47c063d03952088e2bdc3817f0686b Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sat, 12 Mar 2005 23:21:46 +0000 Subject: [PATCH] remove bogus assert on element name --- stepmania/src/BGAnimation.cpp | 2 -- 1 file changed, 2 deletions(-) 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") );