1
0
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:
Stephan Spengler
2023-01-17 17:42:29 +01:00
committed by GitHub
parent 6b7dc8fcdb
commit 31ea968480
35 changed files with 2985 additions and 3019 deletions

View File

@@ -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++)
{