This commit is contained in:
Steve Checkoway
2006-10-15 09:51:54 +00:00
parent d491ae1af8
commit 061df3ccfa
@@ -106,7 +106,7 @@ function GetEvaluationNextScreen( sNextScreen, sFailedScreen, sEndScreen )
if sIsStage then
local bHasAnotherStage = GAMESTATE:HasEarnedExtraStage()
bHasAnotherStage = bHasAnotherStage or not
(GAMESTATE:IsFinalStage() or bIsExtraStage )
( GAMESTATE:IsFinalStage() or bIsExtraStage )
if bHasAnotherStage then
Trace( "Another" )
return sNextScreen