mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Change openrct2/ride methods to UpperCamelCase, part 2
This commit is contained in:
@@ -346,7 +346,7 @@ static void RemoveSelectedObjectsFromResearch(const ObjectEntryDescriptor& descr
|
||||
{
|
||||
case ObjectType::Ride:
|
||||
{
|
||||
auto rideEntry = get_ride_entry(entryIndex);
|
||||
auto rideEntry = GetRideEntryByIndex(entryIndex);
|
||||
for (auto rideType : rideEntry->ride_type)
|
||||
{
|
||||
ResearchItem tmp = {};
|
||||
|
||||
Reference in New Issue
Block a user