1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Remove now-unnecessary object patches (#17674)

These 5 objects are now part of the game and all fixes have been integrated.
This commit is contained in:
Michael Steenbeek
2022-08-02 21:53:17 +02:00
committed by GitHub
parent fd54e962f8
commit 2765ed45d2

View File

@@ -167,12 +167,7 @@ void SmallSceneryObject::PerformFixes()
}
// ToonTowner's Pirate roofs. Make them show up in the Pirate Theming.
if (identifier == "TTPIRF02" ||
identifier == "TTPIRF03" ||
identifier == "TTPIRF04" ||
identifier == "TTPIRF05" ||
identifier == "TTPIRF07" ||
identifier == "TTPIRF08" ||
if (identifier == "TTPIRF05" ||
identifier == "TTPRF09 " ||
identifier == "TTPRF10 " ||
identifier == "TTPRF11 ")