mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
Remove obsolete object fixes
These fixes have since been incorporated into JSON objects.
This commit is contained in:
committed by
GitHub
parent
dcc5e0b0f9
commit
1f55720bb5
@@ -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.
|
// ToonTowner's base blocks. Make them allow supports on top and put them in the Walls and Roofs group.
|
||||||
if (identifier == "XXBBCL01" ||
|
if (identifier == "XXBBCL01" ||
|
||||||
identifier == "XXBBMD01" ||
|
identifier == "XXBBMD01" ||
|
||||||
identifier == "XXBBBR01" ||
|
|
||||||
identifier == "ARBASE2 ")
|
identifier == "ARBASE2 ")
|
||||||
{
|
{
|
||||||
SetPrimarySceneryGroup(&scgWalls);
|
SetPrimarySceneryGroup(&scgWalls);
|
||||||
@@ -169,16 +168,6 @@ void SmallSceneryObject::PerformFixes()
|
|||||||
_legacyType.small_scenery.flags |= SMALL_SCENERY_FLAG_BUILD_DIRECTLY_ONTOP;
|
_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.
|
// ToonTowner's Pirate roofs. Make them show up in the Pirate Theming.
|
||||||
if (identifier == "TTPIRF02" ||
|
if (identifier == "TTPIRF02" ||
|
||||||
identifier == "TTPIRF03" ||
|
identifier == "TTPIRF03" ||
|
||||||
|
|||||||
Reference in New Issue
Block a user