mirror of
https://github.com/open-goal/jak-project
synced 2026-08-11 11:33:51 -04:00
Fix 'Load... border-mode' in default-menu (#2132)
This one was forgotten when the other similar menu entries were fixed. So I fixed this now.
This commit is contained in:
@@ -4068,7 +4068,7 @@
|
||||
(debug-menu-append-item load-menu (debug-menu-make-from-template ctx '(flag
|
||||
"border-mode"
|
||||
#f
|
||||
(lambda ((arg0 int) (arg1 debug-menu-msg))
|
||||
,(lambda ((arg0 int) (arg1 debug-menu-msg))
|
||||
(if (= arg1 (debug-menu-msg press))
|
||||
(set! (-> *setting-control* default border-mode) (not (-> *setting-control* default border-mode)))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user