mirror of
https://github.com/open-goal/jak-project
synced 2026-09-06 19:21:00 -04:00
[decomp] clean up files 50-100 (#1443)
* [decomp] clean up files 50-100 * update file, fix crash on too many prims * spelling is hard
This commit is contained in:
+9
-1
@@ -517,7 +517,15 @@
|
||||
(s3-0 (new 'stack-no-clear 'collide-tri-result))
|
||||
)
|
||||
(vector-! a2-1 s4-0 (-> s5-1 prev-pos))
|
||||
(when (>= (probe-using-line-sphere *collide-cache* (-> s5-1 prev-pos) a2-1 40.96 (collide-kind background) s3-0 1)
|
||||
(when (>= (probe-using-line-sphere
|
||||
*collide-cache*
|
||||
(-> s5-1 prev-pos)
|
||||
a2-1
|
||||
40.96
|
||||
(collide-kind background)
|
||||
s3-0
|
||||
(new 'static 'pat-surface :noentity #x1)
|
||||
)
|
||||
0.0
|
||||
)
|
||||
(set! (-> s4-0 quad) (-> s3-0 intersect quad))
|
||||
|
||||
Reference in New Issue
Block a user