update branches
This commit is contained in:
@@ -108,9 +108,7 @@ 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 = GAMESTATE:HasEarnedExtraStage()
|
local bHasAnotherStage = not bIsExtraStage or GAMESTATE:HasEarnedExtraStage()
|
||||||
bHasAnotherStage = bHasAnotherStage or not
|
|
||||||
( GAMESTATE:IsFinalStage() or bIsExtraStage )
|
|
||||||
if bHasAnotherStage then
|
if bHasAnotherStage then
|
||||||
Trace( "Another" )
|
Trace( "Another" )
|
||||||
return sNextScreen
|
return sNextScreen
|
||||||
|
|||||||
Reference in New Issue
Block a user