mirror of
https://github.com/open-goal/jak-project
synced 2026-08-06 18:03:30 -04:00
13 lines
236 B
Common Lisp
13 lines
236 B
Common Lisp
;;-*-Lisp-*-
|
|
(in-package goal)
|
|
|
|
;; name: actor-hash-h.gc
|
|
;; name in dgo: actor-hash-h
|
|
;; dgos: ENGINE, GAME
|
|
|
|
;; DECOMP BEGINS
|
|
|
|
(define *actor-list* (the-as (pointer collide-shape) (malloc 'global 2048)))
|
|
|
|
(define *actor-list-length* 0)
|