diff --git a/stepmania/src/BackgroundUtil.cpp b/stepmania/src/BackgroundUtil.cpp index 01775e26a4..0ce6beded3 100644 --- a/stepmania/src/BackgroundUtil.cpp +++ b/stepmania/src/BackgroundUtil.cpp @@ -238,7 +238,7 @@ static void GetFilterToFileNames( const RString sBaseDir, const Song *pSong, set void BackgroundUtil::GetGlobalBGAnimations( const Song *pSong, const RString &sMatch, vector &vsPathsOut, vector &vsNamesOut ) { vsPathsOut.clear(); - GetDirListing( BG_ANIMS_DIR+sMatch+"*", vsPathsOut, true, true ); + GetDirListing( BG_ANIMS_DIR+sMatch+"*", vsPathsOut, false, true ); vsNamesOut.clear(); FOREACH_CONST( RString, vsPathsOut, s )