welp, messed this one up; let's fix it
This commit is contained in:
@@ -181,7 +181,7 @@ Branch = {
|
|||||||
return "ScreenProfileSave"
|
return "ScreenProfileSave"
|
||||||
else
|
else
|
||||||
local maxStages = PREFSMAN:GetPreference("SongsPerPlay")
|
local maxStages = PREFSMAN:GetPreference("SongsPerPlay")
|
||||||
local stagesLeft = GetSmallestNumStagesLeftForAnyHumanPlayer()
|
local stagesLeft = GAMESTATE:GetSmallestNumStagesLeftForAnyHumanPlayer()
|
||||||
local allFailed = STATSMAN:GetCurStageStats():AllFailed()
|
local allFailed = STATSMAN:GetCurStageStats():AllFailed()
|
||||||
local song = GAMESTATE:GetCurrentSong()
|
local song = GAMESTATE:GetCurrentSong()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user