Debug fixes

This commit is contained in:
Ishaan Bhardwaj
2020-11-02 12:44:15 -05:00
parent eb70f55b6e
commit 6beb313c6b
3 changed files with 1 additions and 4 deletions

View File

@@ -17,7 +17,6 @@ MarathonA2Game.tagline = "The points don't matter! Can you reach the invisible r
function MarathonA2Game:new()
MarathonA2Game.super:new()
self.level = 900
self.roll_frames = 0
self.combo = 1
self.randomizer = History6RollsRandomizer()