From 4f58fd55689952d0fd39513fed1fabd41c57f882 Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Tue, 24 Dec 2019 17:22:13 -0300 Subject: [PATCH] Remove LocationXY usage on openrct2\actions\LandSmoothAction.hpp --- src/openrct2/actions/LandSmoothAction.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/actions/LandSmoothAction.hpp b/src/openrct2/actions/LandSmoothAction.hpp index 23796fc71b..baf0524c9d 100644 --- a/src/openrct2/actions/LandSmoothAction.hpp +++ b/src/openrct2/actions/LandSmoothAction.hpp @@ -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 },