mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Fix formatting
This commit is contained in:
@@ -468,7 +468,8 @@ namespace OpenRCT2
|
||||
auto legacyIdentifier = entry.GetName();
|
||||
if (objRepository.FindObjectLegacy(legacyIdentifier) == nullptr)
|
||||
{
|
||||
objRepository.AddObjectFromFile(ObjectGeneration::DAT, legacyIdentifier, data.data(), data.size());
|
||||
objRepository.AddObjectFromFile(
|
||||
ObjectGeneration::DAT, legacyIdentifier, data.data(), data.size());
|
||||
}
|
||||
}
|
||||
else if (type == DESCRIPTOR_PARKOBJ)
|
||||
|
||||
Reference in New Issue
Block a user