1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Remove obsolete object fixes

These fixes have since been incorporated into JSON objects.
This commit is contained in:
Michael Steenbeek
2020-11-13 10:44:28 +01:00
committed by GitHub
parent dcc5e0b0f9
commit 1f55720bb5

View File

@@ -161,7 +161,6 @@ void SmallSceneryObject::PerformFixes()
// ToonTowner's base blocks. Make them allow supports on top and put them in the Walls and Roofs group.
if (identifier == "XXBBCL01" ||
identifier == "XXBBMD01" ||
identifier == "XXBBBR01" ||
identifier == "ARBASE2 ")
{
SetPrimarySceneryGroup(&scgWalls);
@@ -169,16 +168,6 @@ void SmallSceneryObject::PerformFixes()
_legacyType.small_scenery.flags |= SMALL_SCENERY_FLAG_BUILD_DIRECTLY_ONTOP;
}
// ToonTowner's regular roofs. Put them in the Walls and Roofs group.
if (identifier == "TTRFTL02" ||
identifier == "TTRFTL03" ||
identifier == "TTRFTL04" ||
identifier == "TTRFTL07" ||
identifier == "TTRFTL08")
{
SetPrimarySceneryGroup(&scgWalls);
}
// ToonTowner's Pirate roofs. Make them show up in the Pirate Theming.
if (identifier == "TTPIRF02" ||
identifier == "TTPIRF03" ||