mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix Junior RC data files to disable steep inclines, fixes #5902
This commit is contained in:
@@ -496,4 +496,11 @@ void RideObject::PerformFixes()
|
||||
{
|
||||
_legacyType.cars_per_flat_ride = 0xFF;
|
||||
}
|
||||
else if (String::Equals(identifier, "ZLDB ") ||
|
||||
String::Equals(identifier, "ZLOG ") ||
|
||||
String::Equals(identifier, "ZPANDA ") ||
|
||||
String::Equals(identifier, "WHICGRUB"))
|
||||
{
|
||||
_legacyType.enabledTrackPieces &= ~(1ULL << TRACK_SLOPE_STEEP);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user