1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Rebase fixes

This commit is contained in:
Michał Janiszewski
2017-09-28 23:24:24 +02:00
parent 23bfb9b306
commit fe636b5ef4

View File

@@ -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;