remove bogus assert on element name

This commit is contained in:
Chris Danford
2005-03-12 23:21:46 +00:00
parent 17dbf884a7
commit 38bdfae22a
-2
View File
@@ -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") );