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

@@ -84,6 +84,7 @@ function Race40Game:advanceOneFrame()
end
function Race40Game:onPieceLock()
self.super:onPieceLock()
self.pieces = self.pieces + 1
end