mirror of
https://github.com/open-goal/jak-project
synced 2026-09-08 03:46:51 -04:00
[goalc] fix static array length (#836)
* fix static array length * add some more small fixes
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
(when (and (not sv-224) (>= (-> arg0 coverage) 0.9))
|
||||
(set! sv-80 (logior sv-80 2))
|
||||
(set! (-> arg0 ground-poly-normal quad) (-> arg0 poly-normal quad))
|
||||
(when (!= (-> arg0 poly-pat mode) 1)
|
||||
(when (!= (-> arg0 poly-pat mode) (pat-mode wall))
|
||||
(set! (-> arg0 ground-pat) (-> arg0 poly-pat))
|
||||
(set! (-> arg0 ground-touch-point quad) (-> arg1 best-tri intersect quad))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user