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

Fix errors and apply requests

This commit is contained in:
Michael Steenbeek
2020-03-07 23:20:21 +01:00
committed by Gymnasiast
parent 02c135e4fa
commit ba49850195
8 changed files with 7 additions and 9 deletions

View File

@@ -237,7 +237,7 @@ static void mapgen_place_tree(int32_t type, int32_t x, int32_t y)
{
return;
}
auto loc = CoordsXY(x, y);
int32_t surfaceZ = tile_element_height(loc.ToTileCentre());