From 8e9b20ac8e042fa96eba8211d295d186d87ca694 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Fri, 16 Dec 2011 12:05:21 -0600 Subject: [PATCH] welp, messed this one up; let's fix it --- 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 82bbd730fc..bd1bad2f0f 100644 --- a/Themes/_fallback/Scripts/02 Branches.lua +++ b/Themes/_fallback/Scripts/02 Branches.lua @@ -181,7 +181,7 @@ Branch = { return "ScreenProfileSave" else local maxStages = PREFSMAN:GetPreference("SongsPerPlay") - local stagesLeft = GetSmallestNumStagesLeftForAnyHumanPlayer() + local stagesLeft = GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer() local allFailed = STATSMAN:GetCurStageStats():AllFailed() local song = GAMESTATE:GetCurrentSong()