1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-29 01:35:06 +01:00

Rename base_height, clearance_height and owner

This commit is contained in:
Michael Steenbeek
2023-01-19 20:36:30 +01:00
committed by GitHub
parent 23b6d1840e
commit 448c8fafd0
42 changed files with 271 additions and 272 deletions

View File

@@ -272,7 +272,7 @@ static TrackDesignAddStatus track_design_save_add_large_scenery(const CoordsXY&
auto sceneryEntry = reinterpret_cast<const LargeSceneryEntry*>(obj->GetLegacyData());
auto sceneryTiles = sceneryEntry->tiles;
int32_t z = tileElement->base_height;
int32_t z = tileElement->BaseHeight;
auto direction = tileElement->GetDirection();
auto sequence = tileElement->GetSequenceIndex();
@@ -489,7 +489,7 @@ static void track_design_save_remove_large_scenery(const CoordsXY& loc, LargeSce
auto sceneryEntry = reinterpret_cast<const LargeSceneryEntry*>(obj->GetLegacyData());
auto sceneryTiles = sceneryEntry->tiles;
int32_t z = tileElement->base_height;
int32_t z = tileElement->BaseHeight;
auto direction = tileElement->GetDirection();
auto sequence = tileElement->GetSequenceIndex();