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

@@ -114,6 +114,7 @@ function MarathonC89Game:advanceOneFrame()
end
function MarathonC89Game:onPieceLock()
self.super:onPieceLock()
self.score = self.score + self.drop_bonus
self.drop_bonus = 0
end