From 01970b2eb2edcd00b4720d7c6ba643ad6802fc31 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 29 May 2004 20:18:51 +0000 Subject: [PATCH] accept "Condition" --- 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 f2d111a46b..148308dbae 100644 --- a/stepmania/src/BGAnimation.cpp +++ b/stepmania/src/BGAnimation.cpp @@ -69,7 +69,7 @@ void AddLayersFromAniDir( CString sAniDir, vector &layersAddTo, bool Gen { CString expr; - if( ini.GetValue( "BGAnimation", "Cond", expr ) ) + if( ini.GetValue( "BGAnimation", "Condition", expr ) || ini.GetValue( "BGAnimation", "Cond", expr ) ) { if( !Lua::RunExpression( expr ) ) return;