From ceafcccc3ba2187ba364a79ae664e964648e6dcf Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Tue, 28 Dec 2021 12:01:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=BC=80=E5=B1=80=E5=80=92?= =?UTF-8?q?=E8=AE=A1=E6=97=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/gameFuncs.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/gameFuncs.lua b/parts/gameFuncs.lua index dd37bfb6..2606af0d 100644 --- a/parts/gameFuncs.lua +++ b/parts/gameFuncs.lua @@ -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