修复mini判定不能触发

This commit is contained in:
MrZ626
2020-10-11 01:30:21 +08:00
parent 30fffd6908
commit 74cd63acff

View File

@@ -2207,9 +2207,7 @@ do--player.drop(P)--Place piece
--Final spin check
if dospin>0 then
if cc>0 then
if P.spinLast then
dospin=dospin+1
end
dospin=dospin+(P.spinLast or 0)
if dospin<3 then
mini=CB.id<6 and cc<P.r
end