From 242e089f3a998b67ab2efd71d60c252e903d0c4b Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 20 May 2011 21:59:35 -0400 Subject: [PATCH] See previous. Yeah, there should be a way to get these to work again. --- src/BGAnimation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BGAnimation.cpp b/src/BGAnimation.cpp index 827b732cd7..9395e47cb9 100644 --- a/src/BGAnimation.cpp +++ b/src/BGAnimation.cpp @@ -101,7 +101,7 @@ void BGAnimation::LoadFromAniDir( const RString &_sAniDir ) RString sPathToIni = sAniDir + "BGAnimation.ini"; - if( DoesFileExist(sPathToIni) && PREFSMAN->m_bQuirksMode ) + if( DoesFileExist(sPathToIni) ) { // This is a 3.9-style BGAnimation (using .ini) IniFile ini;