From 6fb19220b7bf451dcb3be30c436e4f9a434bee77 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sun, 10 Jan 2021 23:00:03 -0500 Subject: [PATCH] Marathon A1 is back to 10 wide --- tetris/modes/marathon_a1.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/tetris/modes/marathon_a1.lua b/tetris/modes/marathon_a1.lua index 0034ee7..515d056 100644 --- a/tetris/modes/marathon_a1.lua +++ b/tetris/modes/marathon_a1.lua @@ -17,8 +17,6 @@ MarathonA1Game.tagline = "Can you score enough points to reach the title of Gran function MarathonA1Game:new() MarathonA1Game.super:new() - self.grid = Grid(8) - self.roll_frames = 0 self.combo = 1 self.bravos = 0