From 0b1639c8c0995870b3467ee23a2d6637bb032084 Mon Sep 17 00:00:00 2001 From: ManDude <7569514+ManDude@users.noreply.github.com> Date: Sun, 12 Nov 2023 18:35:58 +0000 Subject: [PATCH] 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 --- goal_src/jak2/levels/forest/forest-obs.gc | 1 + 1 file changed, 1 insertion(+) diff --git a/goal_src/jak2/levels/forest/forest-obs.gc b/goal_src/jak2/levels/forest/forest-obs.gc index 01d8f1497b..ef0ab924ce 100644 --- a/goal_src/jak2/levels/forest/forest-obs.gc +++ b/goal_src/jak2/levels/forest/forest-obs.gc @@ -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)