Compare commits

..

No commits in common. "0e82a8758c3ee27a5f59d486422837602b2cadfc" and "49775b9578303ff29a086d43f2f737754f036fbe" have entirely different histories.

View File

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