修复音效室Zspin按钮没声音

This commit is contained in:
MrZ626
2020-11-15 16:50:35 +08:00
parent f478184342
commit 1fb50e3f4e

View File

@@ -29,7 +29,7 @@ function keyDown.sound(key)
if S.b2b then VOC.play("b2b",CHN) if S.b2b then VOC.play("b2b",CHN)
elseif S.b3b then VOC.play("b3b",CHN) elseif S.b3b then VOC.play("b3b",CHN)
end end
if key>10 then if key>=10 then
VOC.play(blockName[int(key/10)].."spin",CHN) VOC.play(blockName[int(key/10)].."spin",CHN)
end end
if lineCount[key%10]then VOC.play(lineCount[key%10],CHN)end if lineCount[key%10]then VOC.play(lineCount[key%10],CHN)end