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

Remove snake_case from Class names OpenRCT2/Ride*-S* (#19232)

* Remove snake_case from Class names OpenRCT2/Ride*-S*

* Clang format
This commit is contained in:
Duncan
2023-01-20 20:58:55 +00:00
committed by GitHub
parent cf9aad7885
commit 7d08372c80
71 changed files with 271 additions and 277 deletions

View File

@@ -146,7 +146,7 @@ bool TrackDesignSaveContainsTileElement(const TileElement* tileElement)
static int32_t tile_element_get_total_element_count(TileElement* tileElement)
{
int32_t elementCount;
rct_large_scenery_tile* tile;
LargeSceneryTile* tile;
switch (tileElement->GetType())
{