See previous.

Yeah, there should be a way to get these to work again.
This commit is contained in:
Jason Felds
2011-05-20 21:59:35 -04:00
parent cd56fac773
commit 242e089f3a
+1 -1
View File
@@ -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;