From 0a460a92dbc9ff8fe98c683165900d08ea9744a9 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Fri, 5 May 2006 21:48:50 +0000 Subject: [PATCH] load xml from global bganimations --- stepmania/src/BackgroundUtil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )