load xml from global bganimations
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user