logic update

This commit is contained in:
Glenn Maynard
2005-09-11 04:16:34 +00:00
parent ef01933acb
commit 0d1ccc0a13
@@ -88,8 +88,8 @@ function GetEvaluationNextScreen( sNextScreen, sFailedScreen, sEndScreen )
return sFailedScreen
end
local sType = GetTopScreenMetric( "Type" )
if sType == "stage" then
local sIsStage = GetTopScreenMetric( "Summary" ) == "0" and not GAMESTATE:IsCourseMode()
if sIsStage then
local bHasAnotherStage = GAMESTATE:HasEarnedExtraStage()
bHasAnotherStage = bHasAnotherStage or not
(GAMESTATE:IsFinalStage() or GAMESTATE:IsExtraStage() or GAMESTATE:IsExtraStage2() )