From 3de4ce6f4854abeae9b6702370c47c9fb4417054 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 25 Jun 2005 05:05:02 +0000 Subject: [PATCH] add ScreenPlayerOptionsNext --- stepmania/Themes/default/Scripts/Branches.lua | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index e0fcec8deb..f3619a303d 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -35,6 +35,14 @@ function SelectFirstOptionsScreen() return "ScreenPlayerOptions" end +function ScreenPlayerOptionsNext() + if SCREENMAN:GetTopScreen():GetGoToOptions() then + return "ScreenSongOptions" + else + return "ScreenStage" + end +end + function GetGameplayScreen() if IsExtraStage() or IsExtraStage2() then return "ScreenGameplay" end return "ScreenGameplay"