mirror of
https://github.com/open-goal/jak-project
synced 2026-05-30 08:56:59 -04:00
67f62560af
Fixes #3906 Wasn't an issue on Jak 1 because that game had no original subtitles, but jak 2's subtitles still go through their original code, which uses the `*setting-control*` object. This is a regression from when i recently added all languages to the menu options. - Update the setting at runtime - Update the setting at initialization time This may be an issue in Jak 3 as well if the code was copied over. We'll fix it when we get there.  