mirror of
https://github.com/open-goal/jak-project
synced 2026-06-09 12:46:43 -04:00
6d46a22d21
I think this is very likely to fix https://github.com/open-goal/jak-project/issues/2970 We had somebody report a stacktrace from the debugger, and it was immediately after calling `gen-perms`. I found that `gen-perms` writes past the end of a stack array during this mission, and at the same time as the reported freezes. I was unable to recreate the original freeze after making this change.