diff --git a/src/openrct2/ride/ride.c b/src/openrct2/ride/ride.c index 7b894a0903..0da38a92ef 100644 --- a/src/openrct2/ride/ride.c +++ b/src/openrct2/ride/ride.c @@ -8090,7 +8090,7 @@ sint32 ride_get_entry_index(sint32 rideType, sint32 rideSubType) continue; } - if (!(rideEntry->flags & RIDE_ENTRY_FLAG_SEPARATE_RIDE_NAME) || rideTypeShouldLoseSeparateFlag(rideEntry)) + if (!(rideEntry->flags & RIDE_ENTRY_FLAG_SEPARATE_RIDE) || rideTypeShouldLoseSeparateFlag(rideEntry)) { subType = *rideEntryIndex; break;