mirror of
https://github.com/open-goal/jak-project
synced 2026-08-04 01:04:11 -04:00
[decomp] make use of the generated load boundary data (#984)
* make use of the generated load boundary data * reverse load boundaries
This commit is contained in:
+4135
-4141
File diff suppressed because it is too large
Load Diff
+1
-5
@@ -999,7 +999,7 @@
|
||||
;; INFO: Return type mismatch int vs none.
|
||||
(defun-debug
|
||||
save-boundary-cmd
|
||||
((arg0 load-boundary-crossing-command) (arg1 string) (arg2 file-stream))
|
||||
((arg0 load-boundary-crossing-command) (arg1 string) (arg2 object))
|
||||
(case (-> arg0 cmd)
|
||||
(((load-boundary-cmd load))
|
||||
(format arg2 " :~S (load ~A ~A)~%" arg1 (-> arg0 lev0) (-> arg0 lev1))
|
||||
@@ -2554,7 +2554,3 @@
|
||||
|
||||
;; definition (perm) for symbol *load-state*, type load-state
|
||||
(define-perm *load-state* load-state (new 'global 'load-state))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user