From 15738aa75a04ea85917701bd76807d40fbf845f4 Mon Sep 17 00:00:00 2001 From: Ishaan Bhardwaj <59454579+SashLilac@users.noreply.github.com> Date: Thu, 12 Nov 2020 23:18:14 -0500 Subject: [PATCH] Removed C89 ghost piece --- tetris/modes/marathon_c89.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/tetris/modes/marathon_c89.lua b/tetris/modes/marathon_c89.lua index 5fbe3d9..8c74127 100644 --- a/tetris/modes/marathon_c89.lua +++ b/tetris/modes/marathon_c89.lua @@ -149,9 +149,6 @@ end function MarathonC89Game:drawGrid() self.grid:draw() - if self.piece ~= nil and self.level < 100 then - self:drawGhostPiece(ruleset) - end end function MarathonC89Game:drawScoringInfo()