修复c4w模式一直响警报的问题

This commit is contained in:
MrZ626
2021-06-19 20:15:24 +08:00
parent 0708d05ec9
commit b3e9b128b6
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ local function check_c4w(P)
local h=#P.field
P.field[h+1]=FREEROW.get(20)
P.visTime[h+1]=FREEROW.get(20)
for i=4,7 do P.field[h][i]=0 end
for i=4,7 do P.field[h+1][i]=0 end
end
if P.combo>P.modeData.maxCombo then
P.modeData.maxCombo=P.combo