Go to the correct select style/difficulty screens when caution is off.

This commit is contained in:
Colby Klein
2008-03-28 02:04:09 +00:00
parent aab1a891cc
commit af4170d632
@@ -11,7 +11,7 @@ end
function ScreenCautionBranch() function ScreenCautionBranch()
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
return "ScreenSelectStyle" return "ScreenSelectStyle2"
end end
function ScreenSelectGroupBranch() function ScreenSelectGroupBranch()