diff --git a/src/openrct2-ui/windows/TopToolbar.cpp b/src/openrct2-ui/windows/TopToolbar.cpp index abae61bc06..7ad88c914d 100644 --- a/src/openrct2-ui/windows/TopToolbar.cpp +++ b/src/openrct2-ui/windows/TopToolbar.cpp @@ -31,8 +31,8 @@ #include #include #include -#include #include +#include #include #include #include diff --git a/src/openrct2/actions/LargeSceneryPlaceAction.hpp b/src/openrct2/actions/LargeSceneryPlaceAction.hpp index 29cbae6963..80111a85cf 100644 --- a/src/openrct2/actions/LargeSceneryPlaceAction.hpp +++ b/src/openrct2/actions/LargeSceneryPlaceAction.hpp @@ -326,7 +326,7 @@ private: TileElement* tileElement = map_get_surface_element_at({ curTile.x, curTile.y }); if (tileElement == nullptr) continue; - + SurfaceElement* surfaceElement = tileElement->AsSurface(); int32_t height = surfaceElement->base_height * 8; int32_t slope = surfaceElement->GetSlope();