update
This commit is contained in:
@@ -108,8 +108,8 @@ local function GetEvaluationNextScreenInternal( sNextScreen, sFailedScreen, sEnd
|
|||||||
|
|
||||||
local sIsStage = not GetTopScreenMetric( "Summary" ) and not GAMESTATE:IsCourseMode()
|
local sIsStage = not GetTopScreenMetric( "Summary" ) and not GAMESTATE:IsCourseMode()
|
||||||
if sIsStage then
|
if sIsStage then
|
||||||
local bHasAnotherStage = not bIsExtraStage or GAMESTATE:HasEarnedExtraStage()
|
local bLastStage = GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() <= 0
|
||||||
if bHasAnotherStage then
|
if not bLastStage then
|
||||||
Trace( "Another" )
|
Trace( "Another" )
|
||||||
return sNextScreen
|
return sNextScreen
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user