修复回放也计入排行榜

This commit is contained in:
MrZ_26
2020-08-10 23:18:21 +08:00
parent 1e6e3d0d50
commit 3cd86472f8

View File

@@ -5,6 +5,7 @@ local int,ceil,abs,rnd,max,min=math.floor,math.ceil,math.abs,math.random,math.ma
local ins,rem=table.insert,table.remove
local format=string.format
local scr=scr--Screen camera
local setFont=setFont
--------------------------<GameData>--------------------------
local gameEnv0={
noFly=false,
@@ -2032,6 +2033,7 @@ end
--------------------------<Events>--------------------------
local function gameOver()--Save record
if game.replaying then return end
FILE.saveData()
local M=curMode
local R=M.getRank