mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
fix minor errors
This commit is contained in:
@@ -94,3 +94,8 @@ const utf8 * object_get_description(const void * object);
|
||||
void object_draw_preview(const void * object, rct_drawpixelinfo * dpi);
|
||||
|
||||
#endif
|
||||
|
||||
enum ORI_RIDE_FLAG
|
||||
{
|
||||
ORI_RIDE_FLAG_SEPARATE = 1 << 0,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user