mirror of
https://github.com/open-goal/jak-project
synced 2026-07-09 23:01:56 -04:00
paths: ensure imgui and game_config respects the project path (#1505)
* paths: ensure `imgui` respects the project path * paths: remove extra creation of `game_config/` this is done when the settings are saved
This commit is contained in:
@@ -297,7 +297,8 @@ void MercModelGroup::serialize(Serializer& ser) {
|
||||
void Level::serialize(Serializer& ser) {
|
||||
ser.from_ptr(&version);
|
||||
if (ser.is_loading() && version != TFRAG3_VERSION) {
|
||||
ASSERT_MSG(false, fmt::format("version mismatch when loading tfrag3 data. Got {}, expected {}",
|
||||
ASSERT_MSG(false, fmt::format("version mismatch when loading tfrag3 data. Got {}, expected {}, "
|
||||
"did you forget to re-decompile?",
|
||||
version, TFRAG3_VERSION));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user