1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-30 02:05:13 +01:00

Rename pad_ to Pad

This commit is contained in:
Gymnasiast
2023-01-21 16:39:35 +01:00
parent fa7dd95321
commit 3dd895abf7
14 changed files with 125 additions and 125 deletions

View File

@@ -1276,8 +1276,8 @@ TileElement* TileElementInsert(const CoordsXYZ& loc, int32_t occupiedQuadrants,
newTileElement->SetOccupiedQuadrants(occupiedQuadrants);
newTileElement->SetClearanceZ(loc.z);
newTileElement->Owner = 0;
std::memset(&newTileElement->pad_05, 0, sizeof(newTileElement->pad_05));
std::memset(&newTileElement->pad_08, 0, sizeof(newTileElement->pad_08));
std::memset(&newTileElement->Pad05, 0, sizeof(newTileElement->Pad05));
std::memset(&newTileElement->Pad08, 0, sizeof(newTileElement->Pad08));
newTileElement++;
// Insert rest of map elements above insert height