From e7d9703fcca873a0f39bd725feee4ddeae210ce6 Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Thu, 18 Nov 2021 03:54:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=90=91=E7=8E=A9=E5=AE=B6?= =?UTF-8?q?=E5=9C=BA=E5=9C=B0=E9=87=8C=E5=A1=9E=E5=85=A5=E5=9E=83=E5=9C=BE?= =?UTF-8?q?=E8=A1=8C=E6=97=B6=E5=A6=82=E6=9E=9C=E4=B8=8D=E5=AD=98=E5=9C=A8?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E6=96=B9=E5=9D=97=E4=BC=9A=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/player/player.lua | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/parts/player/player.lua b/parts/player/player.lua index aa411ed4..690bf993 100644 --- a/parts/player/player.lua +++ b/parts/player/player.lua @@ -418,8 +418,10 @@ function Player:pushLineList(L,mir)--Push some lines to field ins(self.visTime,1,FREEROW.new(20)) end self.fieldBeneath=self.fieldBeneath+30*l - self.curY=self.curY+l - self.ghoY=self.ghoY+l + if self.cur then + self.curY=self.curY+l + self.ghoY=self.ghoY+l + end self:freshBlock('push') end function Player:pushNextList(L,mir)--Push some nexts to nextQueue