From 29d72e9964383c6ebd431ed725a303c43b6e635a Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 2 Feb 2005 22:34:02 +0000 Subject: [PATCH] fix rave options screen --- 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 8feb9e91f7..1e1c34240e 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -31,7 +31,7 @@ function SelectEvaluationScreen() end function SelectFirstOptionsScreen() - if PlayModeName() == "Rave" then return ScreenRaveOptions end + if PlayModeName() == "Rave" then return "ScreenRaveOptions" end return "ScreenPlayerOptions" end