Well, that didn't work.
This commit is contained in:
@@ -133,7 +133,7 @@ void BackgroundUtil::GetBackgroundTransitions( const RString &_sName, vector<RSt
|
||||
sName = "*";
|
||||
|
||||
vsPathsOut.clear();
|
||||
if( PREFSMAN->m_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();
|
||||
|
||||
Reference in New Issue
Block a user