Fixed a roll and section COOL bug in Marathon A3.

This commit is contained in:
Joe Z
2019-06-09 18:37:23 -04:00
parent c4ba80b60d
commit 209e60e82e
2 changed files with 6 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ function DemonModeGame:advanceOneFrame()
if self.clear then
self.roll_frames = self.roll_frames + 1
if self.roll_frames < 0 then
return
return false
elseif self.roll_frames >= 1337 then
self.completed = true
end