Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmeyer committed Aug 15, 2024
1 parent 9692421 commit d1b0c66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions goal_src/jak1/pc/pckernel.gc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
;; where we store the input progress for the cheat codes. make sure there's enough space for all cheats.
(define *pc-cheat-temp* (new 'global 'inline-array 'uint8 PC_CHEAT_MAX))

(define-extern mods-run-each-frame (function (none)))
(defmethod update-cheats ((obj pc-settings-jak1))
"run cheats."
;; first check for cheat inputs.
Expand Down Expand Up @@ -261,7 +260,6 @@
"update speedrun module"
(with-profiler "speedrun-update"
(speedrun-mode-update))
(mods-run-each-frame)
(none))

(defmethod update-video-hacks ((obj pc-settings-jak1))
Expand Down

0 comments on commit d1b0c66

Please sign in to comment.