From 6c07fd4d68d0704e52fad32db87ed4839ec70be2 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 13 Apr 2003 03:03:01 +0000 Subject: [PATCH] BGAnimations layer numbers need not be consecutive --- stepmania/src/BGAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BGAnimation.cpp b/stepmania/src/BGAnimation.cpp index 16032ab993..3228dd5d96 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -69,7 +69,7 @@ void BGAnimation::LoadFromAniDir( CString sAniDir ) ini.GetValueF( "BGAnimation", "LengthSeconds", m_fLengthSeconds ); unsigned i; - for( i=0; MAX_LAYERS; i++ ) + for( i=0; i