mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Add flag to mark an object as a compatibility object
This commit is contained in:
@@ -563,6 +563,7 @@ namespace ObjectFactory
|
||||
}
|
||||
}
|
||||
result->SetAuthors(std::move(authorVector));
|
||||
result->SetIsCompatibilityObject(Json::GetBoolean(jRoot["isCompatibilityObject"]));
|
||||
|
||||
ExtractSourceGames(id, jRoot, *result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user