rm. seems to cause errors
This commit is contained in:
@@ -3,19 +3,4 @@ Branch.OptionsEdit = function()
|
||||
return "ScreenHowToInstallSongs"
|
||||
end
|
||||
return "ScreenEditMenu"
|
||||
end,
|
||||
AfterContinue = function()
|
||||
if GAMESTATE:GetNumPlayersEnabled() == 0 then
|
||||
return "ScreenGameOver"
|
||||
end
|
||||
|
||||
if STATSMAN:GetStagesPlayed() == 0 then
|
||||
if THEME:GetMetric("Common","AutoSetStyle") == false then
|
||||
return "ScreenSelectStyle"
|
||||
else
|
||||
return "ScreenProfileLoad"
|
||||
end
|
||||
end
|
||||
|
||||
return "ScreenProfileLoad"
|
||||
end
|
||||
Reference in New Issue
Block a user