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:
@@ -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,
|
||||
};
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user