1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Properly fix #4348

PREMT1 obviously belongs to the LIM Launched RC, not to the non-existing ride 59.
This commit is contained in:
Michael Steenbeek
2016-08-29 13:55:33 +02:00
committed by GitHub
parent d07102ecf9
commit 8cb212dbf9

View File

@@ -1055,8 +1055,8 @@ namespace RCT1
{ "INTINV " }, // RIDE_TYPE_INVERTED_IMPULSE_COASTER
{ "WCATC ", "RCKC ", "JSTAR1 " }, // RIDE_TYPE_MINI_ROLLER_COASTER
{ "PMT1 " }, // RIDE_TYPE_MINE_RIDE
{ "PREMT1 " }, // RIDE_TYPE_59
{ }, // RIDE_TYPE_LIM_LAUNCHED_ROLLER_COASTER
{ }, // RIDE_TYPE_59
{ "PREMT1 " }, // RIDE_TYPE_LIM_LAUNCHED_ROLLER_COASTER
};
return preferedRideEntryOrder[rideType];
}