Rebase fixes

This commit is contained in:
Michał Janiszewski 2017-09-28 23:24:24 +02:00
parent 23bfb9b306
commit fe636b5ef4
1 changed files with 1 additions and 1 deletions

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;