1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

fix minor errors

This commit is contained in:
Ted John
2016-07-04 17:55:04 +01:00
parent 2f8f10cd11
commit 42ad4ddfd1
4 changed files with 10 additions and 4 deletions

View File

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