[decomp] clean up and make level-update-after-load work (#628)

* temp

* make level-update-after-load work

* add missing const
This commit is contained in:
water111
2021-06-26 13:03:31 -04:00
committed by GitHub
parent 490633d434
commit 1ffd42e090
30 changed files with 482 additions and 120 deletions
@@ -749,8 +749,8 @@
;; definition of type vertical-planes-array
(deftype vertical-planes-array (basic)
((length uint32 :offset-assert 4)
(data vertical-planes :dynamic :offset 16)
((length uint32 :offset-assert 4)
(data vertical-planes :inline :dynamic :offset-assert 16)
)
:method-count-assert 9
:size-assert #x10