From 65b202244587a05bbcc739bfc8f97d2bb27da727 Mon Sep 17 00:00:00 2001 From: Steve Checkoway Date: Sat, 19 Aug 2006 09:07:37 +0000 Subject: [PATCH] No options menu for oni. --- stepmania/Themes/default/Scripts/Branches.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 0f7c6b1a85..1d124cd174 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -200,6 +200,7 @@ end function OptionsMenuAvailable() if GAMESTATE:IsAnExtraStage() then return false end + if GAMESTATE:GetPlayMode() == PLAY_MODE_ONI then return false end return true end