1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 10:15:36 +01:00

Use remap flags, SPRITE_ID_PALETTE_COLOUR_1 and _2 in many more places

This commit is contained in:
Michael Steenbeek
2017-07-20 20:56:29 +02:00
committed by GitHub
parent ee07695cce
commit 367efa2020
82 changed files with 492 additions and 528 deletions

View File

@@ -496,6 +496,7 @@ void RideObject::PerformFixes()
{
_legacyType.cars_per_flat_ride = 0xFF;
}
// All vanilla/WW/OCC Junior RC vehicles incorrectly have this flag set
else if (String::Equals(identifier, "ZLDB ") ||
String::Equals(identifier, "ZLOG ") ||
String::Equals(identifier, "ZPANDA ") ||