[jak1] fix crash on startup (#2225)

This commit is contained in:
water111 2023-02-18 17:19:22 -05:00 committed by GitHub
parent d946a09a99
commit b9cd17b20a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))