From 7e0adb33835b57632817606e90ae5a4da105b3f7 Mon Sep 17 00:00:00 2001 From: Jonathan Payne Date: Sat, 30 Aug 2014 20:32:53 -0700 Subject: [PATCH] Fix eval branch. Course mode fix --- Themes/_fallback/Scripts/02 Branches.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Themes/_fallback/Scripts/02 Branches.lua b/Themes/_fallback/Scripts/02 Branches.lua index ef937a2f60..acf8a14229 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -121,7 +121,7 @@ Branch = { elseif STATSMAN:GetCurStageStats():AllFailed() then return "ScreenContinue" elseif GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() == 0 then - if IsCourse() then + if not GAMESTATE:IsCourseMode() then return "ScreenEvaluationSummary" else return "ScreenContinue"