Skip to content

Commit

Permalink
fix forest youngsamos crash when he runs out of health (#3197)
Browse files Browse the repository at this point in the history
Thought this may have been a regression but apparently we never patched
this one.

Fixes #3196
  • Loading branch information
ManDude authored Nov 12, 2023
1 parent 42f995b commit 0b1639c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions goal_src/jak2/levels/forest/forest-obs.gc
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0b1639c

Please sign in to comment.