mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 00:47:20 -04:00
also save pc settings on autosave
This commit is contained in:
@@ -1288,6 +1288,9 @@
|
||||
(set! (-> self part matrix) (sprite-allocate-user-hvdf))
|
||||
(cond
|
||||
((= desired-mode 'auto-save)
|
||||
;; also save pc settings.
|
||||
(with-pc
|
||||
(commit-to-file *pc-settings*))
|
||||
(if (not (-> *setting-control* current auto-save))
|
||||
(go-virtual error (mc-status-code no-auto-save))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user