mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
@@ -252,7 +252,7 @@ public:
|
||||
for (size_t i = 0; i < numObjects; i++)
|
||||
{
|
||||
const ObjectRepositoryItem* item = &_objectRepository.GetObjects()[i];
|
||||
if (item->LoadedObject != nullptr && IsObjectCustom(item) && item->LoadedObject->GetLegacyData() != nullptr)
|
||||
if (item->LoadedObject != nullptr && IsObjectCustom(item))
|
||||
{
|
||||
objects.push_back(item);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user