mirror of
https://github.com/open-goal/jak-project
synced 2026-05-29 08:43:08 -04:00
26597e8b9e
Not sure if/how this ever worked. The old code splits if you mark the task complete from the debug menu, but not from normal gameplay. `autosplit-flag-task-complete!` checks if the `task-perm-list` has the `real-complete` flag. Other than the debug menu and couple special cases, it looks like `task-perm-list` entries only get marked `real-complete` here when we get a fuel-cell https://github.com/open-goal/jak-project/blob/aad1b53ce31ab0ef4c20ad7f6311cdda84f5c2bf/goal_src/jak1/engine/game/game-info.gc#L287-L300 Fixes one of the issues in #4021