ScreenSelectStyle2 -> ScreenSelectStyle

This commit is contained in:
Chris Danford
2009-04-10 22:27:18 +00:00
parent afdfb699c3
commit 8bb5dddd06
10 changed files with 6 additions and 9 deletions
@@ -11,7 +11,7 @@ end
function ScreenCautionBranch()
if PREFSMAN:GetPreference("ShowCaution") then return "ScreenCaution" end
return "ScreenSelectStyle2"
return "ScreenSelectStyle"
end
function ScreenSelectGroupBranch()