This commit is contained in:
Ishaan Bhardwaj 2020-10-29 23:05:49 -04:00
parent f2862b4d93
commit cca295066c

View File

@ -150,7 +150,6 @@ function MarathonA2Game:updateScore(level, drop_bonus, cleared_lines)
self.combo = 1 self.combo = 1
end end
self.drop_bonus = 0 self.drop_bonus = 0
endd
end end
function MarathonA2Game:updateSectionTimes(old_level, new_level) function MarathonA2Game:updateSectionTimes(old_level, new_level)