mirror of
https://github.com/open-goal/jak-project
synced 2026-09-13 05:05:48 -04:00
[decomp] clean up first 50 files (#1422)
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@
|
||||
(defmethod inspect load-dir ((obj load-dir))
|
||||
(local-vars (sv-16 basic))
|
||||
(format #t "[~8x] ~A~%" obj (-> obj type))
|
||||
(format #t "~Tlevel: ~A~%" (-> obj unknown))
|
||||
(format #t "~Tlevel: ~A~%" (-> obj lev))
|
||||
(format #t "~Tallocated-length: ~D~%" (-> obj string-array allocated-length))
|
||||
(format #t "~Tlength: ~D~%" (-> obj string-array length))
|
||||
(dotimes (s5-0 (-> obj string-array length))
|
||||
|
||||
Reference in New Issue
Block a user