Fixed the piece lock SFX where applicable, in modes that had their own lock functions.

This commit is contained in:
Ishaan Bhardwaj
2020-11-09 23:22:28 -05:00
parent c614e9c4cd
commit 78ae0ae671
6 changed files with 6 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ function SurvivalA3Game:onLineClear(cleared_row_count)
end
function SurvivalA3Game:onPieceLock(piece, cleared_row_count)
self.super:onPieceLock()
if cleared_row_count == 0 then self:advanceBottomRow(1) end
end