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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user