Remove unused function from Testpaint compat

This commit is contained in:
Gymnasiast 2018-09-15 11:13:03 +02:00
parent 0f08128657
commit e6dd093218
1 changed files with 0 additions and 5 deletions

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;