From a02b94cb9a54bbfdcfcc7d7545069907499efa76 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 24 Apr 2007 01:40:21 +0000 Subject: [PATCH] update branches --- stepmania/Themes/default/Scripts/Branches.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 224c460cd3..0385182340 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -108,9 +108,7 @@ local function GetEvaluationNextScreenInternal( sNextScreen, sFailedScreen, sEnd local sIsStage = not GetTopScreenMetric( "Summary" ) and not GAMESTATE:IsCourseMode() if sIsStage then - local bHasAnotherStage = GAMESTATE:HasEarnedExtraStage() - bHasAnotherStage = bHasAnotherStage or not - ( GAMESTATE:IsFinalStage() or bIsExtraStage ) + local bHasAnotherStage = not bIsExtraStage or GAMESTATE:HasEarnedExtraStage() if bHasAnotherStage then Trace( "Another" ) return sNextScreen