s/Lua/Scripts/ (we don't call the "Graphics" directory "Png/" ...)

This commit is contained in:
Glenn Maynard
2005-01-19 23:46:09 +00:00
parent 714bf62d5d
commit d18a8342fc
+1 -1
View File
@@ -299,7 +299,7 @@ void ThemeManager::UpdateLuaGlobals()
{ {
const CString &sThemeDir = GetThemeDirFromName( iter->sThemeName ); const CString &sThemeDir = GetThemeDirFromName( iter->sThemeName );
CStringArray asElementPaths; CStringArray asElementPaths;
GetDirListing( sThemeDir + "Lua/*.lua", asElementPaths, false, true ); GetDirListing( sThemeDir + "Scripts/*.lua", asElementPaths, false, true );
for( unsigned i = 0; i < asElementPaths.size(); ++i ) for( unsigned i = 0; i < asElementPaths.size(); ++i )
{ {
const CString &sPath = asElementPaths[i]; const CString &sPath = asElementPaths[i];