cleanup
This commit is contained in:
@@ -106,7 +106,7 @@ function GetEvaluationNextScreen( sNextScreen, sFailedScreen, sEndScreen )
|
|||||||
if sIsStage then
|
if sIsStage then
|
||||||
local bHasAnotherStage = GAMESTATE:HasEarnedExtraStage()
|
local bHasAnotherStage = GAMESTATE:HasEarnedExtraStage()
|
||||||
bHasAnotherStage = bHasAnotherStage or not
|
bHasAnotherStage = bHasAnotherStage or not
|
||||||
(GAMESTATE:IsFinalStage() or bIsExtraStage )
|
( 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