move skipping of SSelectGroup into a branch (fixes SSGroup::TweenOnScreen assert)

This commit is contained in:
Chris Danford
2005-10-15 06:20:59 +00:00
parent 8b7e6d6b92
commit c27dc12583
3 changed files with 12 additions and 12 deletions
@@ -14,6 +14,11 @@ function ScreenCautionBranch()
return "ScreenSelectStyle"
end
function ScreenSelectGroupBranch()
if PREFSMAN:GetPreference("ShowSelectGroup") then return "ScreenSelectGroup" end
return GetScreenInstructions()
end
function SongSelectionScreen()
local pm = GAMESTATE:GetPlayMode()
if pm==PLAY_MODE_NONSTOP then return "ScreenSelectCourseNonstop" end