Interval Training fixes (read comments)
Fixed a rare crash that occurs by not setting the time limit Made the mode play foreverpull/4/head
parent
ebd1891257
commit
489c215638
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue