mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 19:43:06 +01:00
fix minor errors
This commit is contained in:
@@ -367,7 +367,7 @@ void RideObject::SetRepositoryItem(ObjectRepositoryItem * item) const
|
||||
if ((_legacyType.flags & RIDE_ENTRY_FLAG_SEPARATE_RIDE_NAME) &&
|
||||
!rideTypeShouldLoseSeparateFlag(&_legacyType))
|
||||
{
|
||||
flags |= 0x1000000;
|
||||
flags |= ORI_RIDE_FLAG_SEPARATE;
|
||||
}
|
||||
item->RideFlags = flags;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user