From af4170d6320efab12d2ab0d04f2d9ae430a7428d Mon Sep 17 00:00:00 2001 From: Colby Klein Date: Fri, 28 Mar 2008 02:04:09 +0000 Subject: [PATCH] Go to the correct select style/difficulty screens when caution is off. --- stepmania/Themes/default/Scripts/Branches.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 5b0ee44654..45f2928423 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -11,7 +11,7 @@ end function ScreenCautionBranch() if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end - return "ScreenSelectStyle" + return "ScreenSelectStyle2" end function ScreenSelectGroupBranch()