1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Remove unused function from Testpaint compat

This commit is contained in:
Gymnasiast
2018-09-15 11:13:03 +02:00
parent 0f08128657
commit e6dd093218

View File

@@ -240,11 +240,6 @@ void tile_element_decrement_onride_photo_timout(rct_tile_element* tileElement)
}
}
int32_t surface_get_water_height(const rct_tile_element* tileElement)
{
return tileElement->properties.surface.terrain & TILE_ELEMENT_SURFACE_WATER_HEIGHT_MASK;
}
bool ride_type_has_flag(int rideType, int flag)
{
return (RideProperties[rideType].flags & flag) != 0;