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:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user