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:
ManDude
2023-11-12 18:35:58 +00:00
committed by GitHub
parent 42f995b059
commit 0b1639c8c0
@@ -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)