1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

Fix formatting

This commit is contained in:
duncanspumpkin
2019-04-07 15:24:07 +01:00
parent d40a22e32b
commit d6522f0aee
2 changed files with 2 additions and 2 deletions

View File

@@ -31,8 +31,8 @@
#include <openrct2/actions/LandLowerAction.hpp>
#include <openrct2/actions/LandRaiseAction.hpp>
#include <openrct2/actions/LandSmoothAction.hpp>
#include <openrct2/actions/LargeScenerySetColourAction.hpp>
#include <openrct2/actions/LargeSceneryPlaceAction.hpp>
#include <openrct2/actions/LargeScenerySetColourAction.hpp>
#include <openrct2/actions/LoadOrQuitAction.hpp>
#include <openrct2/actions/PauseToggleAction.hpp>
#include <openrct2/actions/SmallSceneryPlaceAction.hpp>

View File

@@ -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();