mirror of
https://github.com/open-goal/jak-project
synced 2026-09-12 20:56:09 -04:00
[jak3] implement autocollect and city turbo board cheats, fix actor heap and level flags (#3541)
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
(draw-memory-bar-kheap buf global :idx idx :color (static-rgba 32 32 255 64))
|
||||
(draw-memory-bar-kheap buf debug :idx (1+! idx) :color (static-rgba 255 32 32 64))
|
||||
(dotimes (i (-> *level* length))
|
||||
(draw-memory-bar-kheap buf (-> *level* level i heap)
|
||||
(draw-memory-bar-kheap buf (if (= (-> *level* level i status) 'inactive) (-> *level* level-default heap) (-> *level* level i heap))
|
||||
:name (aif (-> *level* level i borrow-from-level)
|
||||
(string-format "(~A)l~D<-l~D" (-> *level* level i name) i (-> it index))
|
||||
(string-format "(~A)l~D" (-> *level* level i name) i))
|
||||
|
||||
Reference in New Issue
Block a user