From 2449e1747e378137886bdbb62aee80ab0ca78a11 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Mon, 15 Feb 2021 12:20:16 -0500 Subject: [PATCH] GF update --- tetris/modes/marathon_gf.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris/modes/marathon_gf.lua b/tetris/modes/marathon_gf.lua index 3a532f6..fd6563a 100644 --- a/tetris/modes/marathon_gf.lua +++ b/tetris/modes/marathon_gf.lua @@ -132,7 +132,7 @@ function MarathonGFGame:updateScore(level, drop_bonus, cleared_lines) end function MarathonGFGame:onPieceLock(piece, cleared_row_count) - self.super:onPieceLock() + GameMode:onPieceLock() if self.grid:checkForBravo(cleared_row_count) then self.message = "ALL CLEAR!" elseif piece.spin then