mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 23:01:56 -04:00
update old credits & racer code
This commit is contained in:
@@ -151,10 +151,7 @@
|
||||
)
|
||||
|
||||
;; maps options to a progress screen
|
||||
(#if (not PC_PORT)
|
||||
(define *options-remap* (new 'static 'boxed-array :type (array game-option) :length 0 :allocated-length 35))
|
||||
(define *options-remap* (new 'static 'boxed-array :type (array game-option) :length 0 :allocated-length 50))
|
||||
)
|
||||
(define *options-remap* (new 'static 'boxed-array :type (array game-option) :length 0 :allocated-length (#if (not PC_PORT) 35 50)))
|
||||
|
||||
;; TODO probably an enum.
|
||||
;; maps "levels" to the appropriate offset in *level-task-data*
|
||||
|
||||
Reference in New Issue
Block a user