fix roll 3694 -> 3701 frames

pull/43/head
Kirby703 2021-11-03 17:31:04 -04:00 committed by GitHub
parent 412405c1a1
commit 3085b765e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ function MarathonA2Game:advanceOneFrame()
if self.clear then
self.roll_frames = self.roll_frames + 1
if self.roll_frames < 0 then return false end
if self.roll_frames > 3694 then
if self.roll_frames > 3701 then
self.completed = true
if self.grade == 32 then
self.grade = 33