From 00085af783032f5211fdb2f4ad8347bc265ba22e Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Wed, 13 Jan 2021 20:20:56 -0500 Subject: [PATCH] C99 now starts from the beginning, sigh --- tetris/modes/marathon_c99.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tetris/modes/marathon_c99.lua b/tetris/modes/marathon_c99.lua index 16aea9d..729625c 100644 --- a/tetris/modes/marathon_c99.lua +++ b/tetris/modes/marathon_c99.lua @@ -52,9 +52,7 @@ function MarathonC99Game:new() self.grid = Grid(10, 22) self.roll_frames = frameTime(3,00) - self.level = 15 - self.lines = 299 - self.lines_to_next_level = 1--lines_to_next_level[self.level] + self.lines_to_next_level = lines_to_next_level[self.level] self.slots = {} self.tetris_slots = 0 self.ccw_bonus = 10 ^ 7