修复两个无尽模式无条件解锁

This commit is contained in:
MrZ626
2020-12-07 18:39:22 +08:00
parent e7b737cba2
commit 6bb6fb64d8

View File

@@ -136,13 +136,6 @@ function scene.update()
M[k]=v
end
M.records=FILE.load(m.name)or M.score and{}
if M.score then
if RANKS[M.name]==6 then
RANKS[M.name]=0
end
else
RANKS[M.name]=6
end
-- M.icon=gc.newImage("media/image/modeIcon/"..m.icon..".png")
-- M.icon=gc.newImage("media/image/modeIcon/custom.png")
elseif S.phase==8 then