jak-project/goal_src/jak2/engine/common_objs/collectables.gc
2022-11-30 22:36:09 -05:00

12 lines
272 B
Common Lisp

;;-*-Lisp-*-
(in-package goal)
;; name: collectables.gc
;; name in dgo: collectables
;; dgos: ENGINE, GAME
;; DECOMP BEGINS
(defmethod drop-pickup fact-info ((obj fact-info) (arg0 symbol) (arg1 process-tree) (arg2 fact-info) (arg3 int))
(the (pointer process) #f)
)