Removed C89 ghost piece

pull/1/head
Ishaan Bhardwaj 2020-11-12 23:18:14 -05:00 committed by GitHub
parent 0c20d18224
commit 15738aa75a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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()