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:
committed by
Gymnasiast
parent
02c135e4fa
commit
ba49850195
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user