From 884d915ae97196e2b92005f2796a2c6be7106cb4 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 24 Oct 2003 07:24:12 +0000 Subject: [PATCH] increase MAX_LAYERS --- 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 2fcb628e13..a25eb46cb7 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -21,7 +21,7 @@ #include "ThemeManager.h" #include "RageFile.h" -const int MAX_LAYERS = 100; +const int MAX_LAYERS = 1000; BGAnimation::BGAnimation() {