lua
This commit is contained in:
@@ -117,6 +117,7 @@ void BackgroundUtil::GetBackgroundEffects( const RString &_sName, vector<RString
|
|||||||
|
|
||||||
vsPathsOut.clear();
|
vsPathsOut.clear();
|
||||||
GetDirListing( BACKGROUND_EFFECTS_DIR+sName+".xml", vsPathsOut, false, true );
|
GetDirListing( BACKGROUND_EFFECTS_DIR+sName+".xml", vsPathsOut, false, true );
|
||||||
|
GetDirListing( BACKGROUND_EFFECTS_DIR+sName+".lua", vsPathsOut, false, true );
|
||||||
|
|
||||||
vsNamesOut.clear();
|
vsNamesOut.clear();
|
||||||
FOREACH_CONST( RString, vsPathsOut, s )
|
FOREACH_CONST( RString, vsPathsOut, s )
|
||||||
@@ -133,6 +134,7 @@ void BackgroundUtil::GetBackgroundTransitions( const RString &_sName, vector<RSt
|
|||||||
|
|
||||||
vsPathsOut.clear();
|
vsPathsOut.clear();
|
||||||
GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".xml", vsPathsOut, false, true );
|
GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".xml", vsPathsOut, false, true );
|
||||||
|
GetDirListing( BACKGROUND_TRANSITIONS_DIR+sName+".lua", vsPathsOut, false, true );
|
||||||
|
|
||||||
vsNamesOut.clear();
|
vsNamesOut.clear();
|
||||||
FOREACH_CONST( RString, vsPathsOut, s )
|
FOREACH_CONST( RString, vsPathsOut, s )
|
||||||
|
|||||||
Reference in New Issue
Block a user