options menu metric fixes

This commit is contained in:
Chris Danford
2005-04-21 19:57:10 +00:00
parent 0fdd7ab7dd
commit bd796fd9ac
2 changed files with 4 additions and 4 deletions
@@ -29,7 +29,7 @@ function SelectFirstOptionsScreen()
return "ScreenPlayerOptions"
end
function SelectGameplayScreen()
function GetGameplayScreen()
if IsExtraStage() or IsExtraStage2() then return "ScreenGameplay" end
return "ScreenGameplay"
end