From 53c51c2062fa5d25fe04f3bcf82d7481a1532cf3 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj Date: Sun, 11 Jul 2021 14:57:14 -0400 Subject: [PATCH] Removed debug code for Marathon 2020 --- tetris/modes/marathon_2020.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/tetris/modes/marathon_2020.lua b/tetris/modes/marathon_2020.lua index bfa9405..f341136 100644 --- a/tetris/modes/marathon_2020.lua +++ b/tetris/modes/marathon_2020.lua @@ -84,7 +84,6 @@ function Marathon2020Game:getLineClearDelay() end function Marathon2020Game:getLockDelay() - --[[ if self.delay_level < 6 then return 30 elseif self.delay_level < 7 then return 26 elseif self.delay_level < 8 then return 22 @@ -96,7 +95,6 @@ function Marathon2020Game:getLockDelay() elseif self.delay_level < 19 then return 10 elseif self.delay_level < 20 then return 9 else return 8 end - ]] return 1 end function Marathon2020Game:getGravity()