diff --git a/src/openrct2/world/Map.cpp b/src/openrct2/world/Map.cpp index a2038a1a5d..7d46c276fd 100644 --- a/src/openrct2/world/Map.cpp +++ b/src/openrct2/world/Map.cpp @@ -2211,7 +2211,7 @@ void FixLandOwnershipTilesWithOwnership(std::vector tiles, uint8_t continue; surfaceElement->SetOwnership(ownership); - Park::UpdateFencesAroundTile({ (*tile).x * 32, (*tile).y * 32 }); + Park::UpdateFencesAroundTile(tile.ToCoordsXY()); } } }