update old credits & racer code

This commit is contained in:
ManDude
2022-04-16 19:00:23 +01:00
parent d2456a5c75
commit f732dd3885
4 changed files with 91 additions and 132 deletions
@@ -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*