From cd56fac7734e582b66e38fee122c3fa408399855 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 20 May 2011 21:58:55 -0400 Subject: [PATCH] Well, that didn't work. --- src/BackgroundUtil.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/BackgroundUtil.cpp b/src/BackgroundUtil.cpp index b3ee90b671..6644d1593d 100644 --- a/src/BackgroundUtil.cpp +++ b/src/BackgroundUtil.cpp @@ -133,7 +133,7 @@ void BackgroundUtil::GetBackgroundTransitions( const RString &_sName, vectorm_bQuirksMode ) + if( true ) GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".xml", vsPathsOut, false, true ); GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".lua", vsPathsOut, false, true ); @@ -242,7 +242,7 @@ void BackgroundUtil::GetGlobalBGAnimations( const Song *pSong, const RString &sM { vsPathsOut.clear(); GetDirListing( BG_ANIMS_DIR+sMatch+"*", vsPathsOut, true, true ); - if( PREFSMAN->m_bQuirksMode ) + if( true ) GetDirListing( BG_ANIMS_DIR+sMatch+"*.xml", vsPathsOut, false, true ); vsNamesOut.clear();