g/j2: don't force auto-save on in jak 2 when starting a speedrun (#3048)

This commit is contained in:
Tyler Wilding
2023-09-30 21:40:00 -06:00
committed by GitHub
parent 4731ae6e22
commit 42e3b7f89c
2 changed files with 0 additions and 4 deletions
-3
View File
@@ -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))
-1
View File
@@ -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))