修复之前不让无成绩模式修改快速游戏的if条件错误

This commit is contained in:
MrZ626
2020-12-06 14:12:42 +08:00
parent bcacee9d6e
commit 3a90089405

View File

@@ -452,7 +452,7 @@ end
function loadGame(M,ifQuickPlay)
freshDate()
if legalGameTime()then
if M.score then STAT.lastPlay=M end
if MODES[M].score then STAT.lastPlay=M end
GAME.curMode=MODES[M]
GAME.modeEnv=GAME.curMode.env
drawableText.modeName:set(text.modes[M][1])