修复消除了炸弹垃圾行时hpc的一个判定错误

This commit is contained in:
MrZ626
2021-02-23 00:42:02 +08:00
parent db4b597be8
commit 1ac4016235

View File

@@ -1050,7 +1050,7 @@ do--Player.drop(P)--Place piece
end
if P.clearingRow[1]then
P.falling=ENV.fall
elseif cc==#C.bk then
elseif cc>=#C.bk then
clear=true
end