mirror of
https://github.com/open-goal/jak-project
synced 2026-09-10 04:22:13 -04:00
memory cards (in progress) (#868)
* c++ memory card stuff * saving kinda works * load working * more progress * clean up
This commit is contained in:
@@ -939,7 +939,8 @@
|
||||
|
||||
(defmacro birth-log (str &rest args)
|
||||
"Debug print to stdout of runtime for debugging actor inits."
|
||||
`(format 0 ,(string-append "[BIRTH] " str) ,@args)
|
||||
;;`(format 0 ,(string-append "[BIRTH] " str) ,@args)
|
||||
`(empty)
|
||||
)
|
||||
|
||||
(defun init-entity ((proc process) (ent entity))
|
||||
|
||||
Reference in New Issue
Block a user