mirror of
https://github.com/open-goal/jak-project
synced 2026-09-07 19:40:48 -04:00
fix forest youngsamos crash when he runs out of health (#3197)
Thought this may have been a regression but apparently we never patched this one. Fixes #3196
This commit is contained in:
@@ -402,6 +402,7 @@ This commonly includes things such as:
|
||||
- collision information
|
||||
- loading the skeleton group / bones
|
||||
- sounds"
|
||||
(stack-size-set! (-> this main-thread) 384) ;; og:preserve-this
|
||||
(let ((s4-0 (new 'process 'collide-shape-moving this (collide-list-enum hit-by-others))))
|
||||
(set! (-> s4-0 dynam) (copy *standard-dynamics* 'process))
|
||||
(set! (-> s4-0 reaction) forest-youngsamos-bounce-reaction)
|
||||
|
||||
Reference in New Issue
Block a user