Interval Training fixes (read comments)

Fixed a rare crash that occurs by not setting the time limit
Made the mode play forever
pull/4/head
Ishaan Bhardwaj 2021-02-03 22:56:01 -05:00
parent ebd1891257
commit 489c215638
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ function IntervalTrainingGame:new()
self.combo = 1 self.combo = 1
self.randomizer = History6RollsRandomizer() self.randomizer = History6RollsRandomizer()
self.section_time_limit = 0
self.section_start_time = 0 self.section_start_time = 0
self.section_times = { [0] = 0 } self.section_times = { [0] = 0 }
self.lock_drop = true self.lock_drop = true