修卡块旋转音效播放条件错误

This commit is contained in:
MrZ_26
2024-01-14 22:36:55 +08:00
parent b0a47f5222
commit bce60ee6c7
2 changed files with 2 additions and 2 deletions

View File

@@ -690,7 +690,7 @@ do
local sfx
if ifpre then
sfx='prerotate'
elseif P:ifoverlap(icb,x,y+1) and P:ifoverlap(icb,x-1,y) and P:ifoverlap(icb,x+1,y) then
elseif y==P.ghoY and P:ifoverlap(icb,x,y+1) and P:ifoverlap(icb,x-1,y) and P:ifoverlap(icb,x+1,y) then
sfx='rotatekick'
P:_rotateField(d)
else