mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
fix ride type sorting and add water preview
This commit is contained in:
@@ -812,4 +812,10 @@ extern "C"
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
void object_draw_preview(const void * object, rct_drawpixelinfo * dpi)
|
||||
{
|
||||
const Object * baseObject = (const Object *)object;
|
||||
baseObject->DrawPreview(dpi);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user