jump through fewer hoops with ScreenStage

This commit is contained in:
Glenn Maynard
2005-01-20 18:13:37 +00:00
parent 65e5d35937
commit 75c7d7ec62
2 changed files with 10 additions and 18 deletions
@@ -1,3 +1,8 @@
function SelectGameplayScreen()
if IsExtraStage() or IsExtraStage2() then return "ScreenGameplay" end
return "ScreenGameplay"
end
function SelectEvaluationScreen()
if IsNetConnected() then return "ScreenNetEvaluation" end
Mode = PlayModeName()