mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 20:43:04 +01:00
Remove manual CoordsXY conversion on FixLandOwnershipTilesWithOwnership
This commit is contained in:
@@ -2211,7 +2211,7 @@ void FixLandOwnershipTilesWithOwnership(std::vector<TileCoordsXY> tiles, uint8_t
|
||||
continue;
|
||||
|
||||
surfaceElement->SetOwnership(ownership);
|
||||
Park::UpdateFencesAroundTile({ (*tile).x * 32, (*tile).y * 32 });
|
||||
Park::UpdateFencesAroundTile(tile.ToCoordsXY());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user