1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 08:45:00 +01:00

Remove unused ORI_RIDE_FLAG_SEPARATE

This commit is contained in:
Michael Steenbeek
2018-01-09 16:51:14 +01:00
parent 55b473d866
commit a116bb530f
2 changed files with 0 additions and 9 deletions

View File

@@ -111,8 +111,3 @@ void object_draw_preview(const void * object, rct_drawpixelinfo * dpi
#ifdef __cplusplus
}
#endif
enum ORI_RIDE_FLAG
{
ORI_RIDE_FLAG_SEPARATE = 1 << 0,
};

View File

@@ -346,10 +346,6 @@ void RideObject::SetRepositoryItem(ObjectRepositoryItem * item) const
}
uint8 flags = 0;
if (_legacyType.flags & RIDE_ENTRY_FLAG_SEPARATE_RIDE)
{
flags |= ORI_RIDE_FLAG_SEPARATE;
}
item->RideFlags = flags;
// Find the first non-null ride type, to be used when checking the ride group