修正开局倒计时问题

This commit is contained in:
MrZ626
2021-12-28 12:01:57 +08:00
parent ac41690e76
commit ceafcccc3b

View File

@@ -748,7 +748,7 @@ do--function resetGameData(args)
GAME.recording=false
GAME.replaying=true
else
GAME.frameStart=args:find'n'and 0 or 150-SETTING.reTime*15
GAME.frameStart=args:find'n'and 0 or 180-SETTING.reTime*60
GAME.seed=seed or math.random(1046101471,2662622626)
GAME.pauseTime=0
GAME.pauseCount=0