From a921712233a5e49535da9ef1017dc3dba7eec61f Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Thu, 7 Jul 2011 17:26:58 -0500 Subject: [PATCH] actually load profiles if we're skipping the select profile screen --- Themes/_fallback/Scripts/02 Branches.lua | 4 ++-- Themes/_fallback/metrics.ini | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index 8463b2283a..3f89ca77da 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -68,7 +68,7 @@ Branch = { if PROFILEMAN:GetNumLocalProfiles() >= 2 then return "ScreenSelectProfile"; else - return Branch.AfterSelectProfile(); + return "ScreenProfileLoad"; end end, OptionsEdit = function() @@ -79,7 +79,7 @@ Branch = { return "ScreenOptionsEdit"; end, AfterProfileLoad = function() - return "ScreenSelectProfile" + return Branch.AfterSelectProfile() end, AfterSelectProfile = function() if ( THEME:GetMetric("Common","AutoSetStyle") == true ) then diff --git a/Themes/_fallback/metrics.ini b/Themes/_fallback/metrics.ini index bd7f5d931a..3a9db0d6ab 100644 --- a/Themes/_fallback/metrics.ini +++ b/Themes/_fallback/metrics.ini @@ -28,7 +28,7 @@ ScreenHeight=480 AutoSetStyle=GetUserPrefB("UserPrefAutoSetStyle") # Default modifiers and noteskin. -DefaultModifiers="1.5x" +DefaultModifiers="" DefaultNoteSkinName="default" # Difficulties to show. Useful for custom games where you want to hide these.