No options menu for oni.

This commit is contained in:
Steve Checkoway
2006-08-19 09:07:37 +00:00
parent 76a36090db
commit 65b2022445
@@ -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