fix OptionsMenuAvailable

This commit is contained in:
Chris Danford
2005-04-23 01:41:42 +00:00
parent ff83372307
commit 13f9e532d1
3 changed files with 8 additions and 3 deletions
@@ -98,6 +98,11 @@ function GetGameplayNextScreen()
return "ScreenGameOver"
end
function OptionsMenuAvailable()
if GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2() then return "0" end
return "1"
end
-- (c) 2005 Glenn Maynard, Chris Danford
-- All rights reserved.
--