mirror of
https://github.com/open-goal/jak-project
synced 2026-08-10 11:14:50 -04:00
g/j2: don't force auto-save on in jak 2 when starting a speedrun (#3048)
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user