mirror of
https://github.com/open-goal/jak-project
synced 2026-07-24 14:09:33 -04:00
[jak1] fix crash on startup (#2225)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
Extra debug menus for PC port.
|
||||
|
||||
|#
|
||||
|
||||
(declare-file (debug))
|
||||
|
||||
(defmacro new-dm-func (text var func)
|
||||
`(new 'debug 'debug-menu-item-function ,text ,var (the-as (function int object) ,func))
|
||||
@@ -697,7 +697,7 @@
|
||||
(pc-cheat-toggle-and-tune (-> *pc-settings* cheats) eco-red)
|
||||
)
|
||||
(pc-cheats? (-> *pc-settings* cheats) eco-red)))
|
||||
(flag "Green eco" #f ,(lambda (arg (msg debug-menu-msg))
|
||||
(flag "Green eco" #f ,(lambda (arg (msg debug-menu-msg))
|
||||
(when (= msg (debug-menu-msg press))
|
||||
(logclear! (-> *pc-settings* cheats) (pc-cheats eco-red eco-yellow eco-blue))
|
||||
(pc-cheat-toggle-and-tune (-> *pc-settings* cheats) eco-green)
|
||||
|
||||
Reference in New Issue
Block a user