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:
committed by
GitHub
parent
23b6d1840e
commit
448c8fafd0
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user