1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +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

@@ -1233,7 +1233,7 @@ static int32_t ConsoleCommandLoadObject(InteractiveConsole& console, const argum
if (objectType == ObjectType::Ride)
{
// Automatically research the ride so it's supported by the game.
rct_ride_entry* rideEntry;
RideObjectEntry* rideEntry;
rideEntry = GetRideEntryByIndex(groupIndex);