From 8a6da9edcda0368c492f493eb0b5a2d3da01db76 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Sat, 20 Aug 2011 20:20:19 -0500 Subject: [PATCH] fix legacy --- Themes/_fallback/Scripts/02 Other.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/02 Other.lua b/Themes/_fallback/Scripts/02 Other.lua index 1c3e71dbc3..97b991197f 100644 --- a/Themes/_fallback/Scripts/02 Other.lua +++ b/Themes/_fallback/Scripts/02 Other.lua @@ -2,7 +2,7 @@ local g_metrics_group = nil; local g_element = nil; -- legacy: -SSC = (ProductID() == "sm-ssc"); +SSC = true; function LoadFallbackB() -- Load the fallback BGA for the element that is currently being loaded.