Added ScreenOptionsCustomizeProfile to _fallback and default.

This commit is contained in:
Kyzentun
2014-09-14 20:04:10 -06:00
parent 20e6120fd3
commit fa7502b7b0
9 changed files with 491 additions and 15 deletions
+1
View File
@@ -1056,6 +1056,7 @@ void ThemeManager::PushMetric( Lua *L, const RString &sMetricsGroup, const RStri
if(sMetricsGroup == "" || sValueName == "")
{
LuaHelpers::ReportScriptError("PushMetric: Attempted to fetch metric with empty group name or empty value name.");
lua_pushnil(L);
return;
}
RString sValue = GetMetricRaw( g_pLoadedThemeData->iniMetrics, sMetricsGroup, sValueName );