Fix crash in light jak cutscene skip (#1839)

This commit is contained in:
Matt Dallmeyer 2022-09-03 11:53:56 -07:00 committed by GitHub
parent 2a1dc7bd2b
commit 6c52905860
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -604,7 +604,6 @@
(when (and (= (get-response (-> self query)) 'no) (or (not (= *cheat-mode* 'debug)) (not (cpad-hold? 0 r1))))
(case (current-status (-> self tasks))
(((task-status need-reminder-a))
(format #t "sage finalboss exit in status ~S~%" (task-status->string (current-status (-> self tasks))))
(close-specific-task! (game-task finalboss-movies) (task-status need-reminder-a))
(set! (-> self kick-the-credits) #t)
)