修复经典模式通关就报错

整理代码
This commit is contained in:
MrZ_26
2022-04-17 20:57:40 +08:00
parent 2ae34bded1
commit 0c2f0904ef
8 changed files with 14 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ return{
local D=P.modeData
local c=#P.clearedRow
if c==0 and D.pt%100==99 then
if c==0 and D.pt%100==99 then
if D.pt<1000 then
hidetimer=0-inv_wait[(P.modeData.pt/100-(P.modeData.pt%100)/100)+1]
if c>0 then hidetimer=hidetimer-inv_fall[(P.modeData.pt/100-(P.modeData.pt%100)/100)+1]end