From 7a13cf225b50212d126fe89fd963c51dc10d383f Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Wed, 13 Jan 2021 22:44:27 -0500 Subject: [PATCH] C99 roll timer fixed --- tetris/modes/marathon_c99.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tetris/modes/marathon_c99.lua b/tetris/modes/marathon_c99.lua index 729625c..b221fee 100644 --- a/tetris/modes/marathon_c99.lua +++ b/tetris/modes/marathon_c99.lua @@ -51,7 +51,7 @@ function MarathonC99Game:new() self.super:new() self.grid = Grid(10, 22) - self.roll_frames = frameTime(3,00) + self.roll_frames = 0 self.lines_to_next_level = lines_to_next_level[self.level] self.slots = {} self.tetris_slots = 0