From d38954dd69a89d5b11633c058d7d21c19f239c89 Mon Sep 17 00:00:00 2001 From: Rin Date: Sun, 22 Aug 2021 08:13:41 +0100 Subject: [PATCH] Oops, big a2 was busted --- tetris/modes/big_a2.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tetris/modes/big_a2.lua b/tetris/modes/big_a2.lua index 73d8034..1c01d28 100755 --- a/tetris/modes/big_a2.lua +++ b/tetris/modes/big_a2.lua @@ -7,8 +7,8 @@ BigA2Game.name = "Big A2" BigA2Game.hash = "BigA2" BigA2Game.tagline = "Big blocks in the most celebrated TGM mode!" -function BigA2Game:new() - BigA2Game.super:new() +function BigA2Game:new(_, c) + BigA2Game.super:new(_, c) self.big_mode = true end