3694 -> 3701

pull/9/head
Ishaan Bhardwaj 2021-11-03 17:35:59 -04:00
parent a4248c96f1
commit d36a97d612
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ function MarathonSTGame:advanceOneFrame()
end
return false
end
if self.roll_frames > 3694 then
if self.roll_frames > 3701 then
switchBGM(nil)
self.completed = true
end