This commit is contained in:
Glenn Maynard
2007-04-25 03:52:14 +00:00
parent 5e017af7a6
commit 508e61131b
@@ -108,8 +108,8 @@ local function GetEvaluationNextScreenInternal( sNextScreen, sFailedScreen, sEnd
local sIsStage = not GetTopScreenMetric( "Summary" ) and not GAMESTATE:IsCourseMode()
if sIsStage then
local bHasAnotherStage = not bIsExtraStage or GAMESTATE:HasEarnedExtraStage()
if bHasAnotherStage then
local bLastStage = GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() <= 0
if not bLastStage then
Trace( "Another" )
return sNextScreen
end