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()