Skip to content

Commit

Permalink
g/j2: don't force auto-save on in jak 2 when starting a speedrun (#3048)
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Oct 1, 2023
1 parent 4731ae6 commit 42e3b7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions goal_src/jak2/pc/features/speedruns.gc
Expand Up @@ -20,9 +20,6 @@
(initialize! *game-info* 'game (the-as game-save #f) "game-start"))
(((speedrun-category newgame-heromode))
(initialize! *game-info* 'game (the-as game-save #f) "game-start-hero")))
;; enable auto saving by default, no downside on PC
;; this has to come after the `initialize!` call as it sets it to false!
(set! (-> *setting-control* user-default auto-save) #t)
(none))

(defmethod enforce-settings! speedrun-info ((this speedrun-info))
Expand Down
1 change: 0 additions & 1 deletion goal_src/jak2/pc/pckernel.gc
Expand Up @@ -138,7 +138,6 @@

(defun vector3-copy!! ((dest vector) (src vector))
"copy just the xyz fields of src into dest"
(declare (print-asm))
(rlet ((vf0 :class vf)
(dest-vf :class vf)
(src-vf :class vf))
Expand Down

0 comments on commit 42e3b7f

Please sign in to comment.