mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-21 14:02:59 +01:00
Do not try to pack RCT1 objects
This commit is contained in:
@@ -664,6 +664,9 @@ bool IsObjectCustom(const ObjectRepositoryItem* object)
|
||||
|
||||
switch (object->GetFirstSourceGame())
|
||||
{
|
||||
case ObjectSourceGame::RCT1:
|
||||
case ObjectSourceGame::AddedAttractions:
|
||||
case ObjectSourceGame::LoopyLandscapes:
|
||||
case ObjectSourceGame::RCT2:
|
||||
case ObjectSourceGame::WackyWorlds:
|
||||
case ObjectSourceGame::TimeTwister:
|
||||
|
||||
Reference in New Issue
Block a user