mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Change openrct2/ride methods to UpperCamelCase, part 2
This commit is contained in:
@@ -1234,7 +1234,7 @@ static int32_t ConsoleCommandLoadObject(InteractiveConsole& console, const argum
|
||||
// Automatically research the ride so it's supported by the game.
|
||||
rct_ride_entry* rideEntry;
|
||||
|
||||
rideEntry = get_ride_entry(groupIndex);
|
||||
rideEntry = GetRideEntryByIndex(groupIndex);
|
||||
|
||||
for (int32_t j = 0; j < RCT2::ObjectLimits::MaxRideTypesPerRideEntry; j++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user