Merge pull request #34 from Kirby703/patch-3

made mode extensible
This commit is contained in:
Joe Zeng 2021-09-11 23:47:11 -04:00 committed by GitHub
commit 0e82a8758c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,7 +179,7 @@ function PhantomMania2Game:onPieceLock(piece, cleared_row_count)
end end
function PhantomMania2Game:onHold() function PhantomMania2Game:onHold()
self.super.onHold() self.super:onHold()
self.hold_age = 0 self.hold_age = 0
end end