load xml from global bganimations

This commit is contained in:
Chris Danford
2006-05-05 21:48:50 +00:00
parent f9c08d4a19
commit 0a460a92db
+1 -1
View File
@@ -238,7 +238,7 @@ static void GetFilterToFileNames( const RString sBaseDir, const Song *pSong, set
void BackgroundUtil::GetGlobalBGAnimations( const Song *pSong, const RString &sMatch, vector<RString> &vsPathsOut, vector<RString> &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 )