diff --git a/stepmania/Themes/default/Scripts/Branches.lua b/stepmania/Themes/default/Scripts/Branches.lua index 4e264f31b7..a925c1fedd 100644 --- a/stepmania/Themes/default/Scripts/Branches.lua +++ b/stepmania/Themes/default/Scripts/Branches.lua @@ -144,7 +144,7 @@ end function GetGameplayNextScreen() Trace( "GetGameplayNextScreen: " ) - local Passed = not AllFailed() + local Passed = not STATSMAN:GetCurStageStats():AllFailed() Trace( " Passed = "..tostring(Passed) ) Trace( " IsCourseMode = "..tostring(GAMESTATE:IsCourseMode()) ) Trace( " IsExtraStage = "..tostring(GAMESTATE:IsExtraStage()) )