From 1c78e70d57dbfb4b8dc86fe31889b236d4446887 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 26 Jan 2004 02:33:19 +0000 Subject: [PATCH] remove assert. (the m_bGeneric stuff is kind of messy...) --- stepmania/src/BGAnimationLayer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/stepmania/src/BGAnimationLayer.cpp b/stepmania/src/BGAnimationLayer.cpp index afc30d3b01..d252b96c4e 100644 --- a/stepmania/src/BGAnimationLayer.cpp +++ b/stepmania/src/BGAnimationLayer.cpp @@ -565,7 +565,6 @@ void BGAnimationLayer::LoadFromIni( CString sAniDir, CString sLayer ) { Actor* pActor = LoadFromActorFile( sPathToIni, sLayer ); m_SubActors.push_back( pActor ); - RAGE_ASSERT_M( !(m_bGeneric && Stretch), ssprintf("BGA \"%s\"::%s can't stretch",sAniDir.c_str(),sLayer.c_str()) ); if( !m_bGeneric ) { if( Stretch )