mirror of
https://github.com/open-goal/jak-project
synced 2026-07-25 22:31:06 -04:00
jak1: fix regression with npc NaNs (#2642)
This commit is contained in:
@@ -916,7 +916,7 @@
|
||||
)
|
||||
)
|
||||
(< (-> (target-pos 0) y) (+ 8192.0 (-> self root-override root-prim prim-core world-sphere y)))
|
||||
(< (vector-vector-distance (target-pos 0) (the-as vector (-> self root-override root-prim prim-core)))
|
||||
(less-than-hack (vector-vector-distance (target-pos 0) (the-as vector (-> self root-override root-prim prim-core)))
|
||||
32768.0
|
||||
)
|
||||
(= (-> *level* loading-level) (-> *level* level-default))
|
||||
|
||||
Reference in New Issue
Block a user