This commit is contained in:
Glenn Maynard
2007-02-10 23:22:17 +00:00
parent 98daa2535c
commit 76c9f9bf8b
+2
View File
@@ -117,6 +117,7 @@ void BackgroundUtil::GetBackgroundEffects( const RString &_sName, vector<RString
vsPathsOut.clear();
GetDirListing( BACKGROUND_EFFECTS_DIR+sName+".xml", vsPathsOut, false, true );
GetDirListing( BACKGROUND_EFFECTS_DIR+sName+".lua", vsPathsOut, false, true );
vsNamesOut.clear();
FOREACH_CONST( RString, vsPathsOut, s )
@@ -133,6 +134,7 @@ void BackgroundUtil::GetBackgroundTransitions( const RString &_sName, vector<RSt
vsPathsOut.clear();
GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".xml", vsPathsOut, false, true );
GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".lua", vsPathsOut, false, true );
vsNamesOut.clear();
FOREACH_CONST( RString, vsPathsOut, s )