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

Remove LocationXY usage on openrct2\actions\LandSmoothAction.hpp

This commit is contained in:
Tulio Leao
2019-12-24 17:22:13 -03:00
parent 15f873c018
commit 4f58fd5568

View File

@@ -587,7 +587,7 @@ private:
{ 1, 2, 0, 3 }, // MAP_SELECT_TYPE_EDGE_3
};
// Big coordinate offsets for the neigbouring tile for the given edge selection
static constexpr sLocationXY8 stepOffsets[] = {
static constexpr CoordsXY stepOffsets[] = {
{ -32, 0 },
{ 0, 32 },
{ 32, 0 },