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

@@ -120,6 +120,7 @@ function TGMPlusGame:onPieceEnter()
end
function TGMPlusGame:onPieceLock(piece, cleared_row_count)
self.super:onPieceLock()
if cleared_row_count == 0 then self:advanceBottomRow() end
end