1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +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

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