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

testpaint: Add flying rc and lay down rc as invertable

This commit is contained in:
Ted John
2016-10-10 22:05:15 +01:00
parent e70765caa2
commit b54cb2ca8a

View File

@@ -138,7 +138,9 @@ private:
WriteLine(0, "{");
if (!GenerateMirrorCall(1, trackType))
{
if (_rideType == RIDE_TYPE_MULTI_DIMENSION_ROLLER_COASTER)
if (_rideType == RIDE_TYPE_MULTI_DIMENSION_ROLLER_COASTER ||
_rideType == RIDE_TYPE_FLYING_ROLLER_COASTER ||
_rideType == RIDE_TYPE_LAY_DOWN_ROLLER_COASTER)
{
WriteLine(1, "if (!track_element_is_inverted(mapElement)) {");
_invertedTrack = false;