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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user