mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Rename snake_case functions in OpenRCT2/marketing folder
This commit is contained in:
@@ -1243,20 +1243,20 @@ static int32_t ConsoleCommandLoadObject(InteractiveConsole& console, const argum
|
||||
if (rideType != RIDE_TYPE_NULL)
|
||||
{
|
||||
ResearchCategory category = GetRideTypeDescriptor(rideType).GetResearchCategory();
|
||||
research_insert_ride_entry(rideType, groupIndex, category, true);
|
||||
ResearchInsertRideEntry(rideType, groupIndex, category, true);
|
||||
}
|
||||
}
|
||||
|
||||
gSilentResearch = true;
|
||||
research_reset_current_item();
|
||||
ResearchResetCurrentItem();
|
||||
gSilentResearch = false;
|
||||
}
|
||||
else if (objectType == ObjectType::SceneryGroup)
|
||||
{
|
||||
research_insert_scenery_group_entry(groupIndex, true);
|
||||
ResearchInsertSceneryGroupEntry(groupIndex, true);
|
||||
|
||||
gSilentResearch = true;
|
||||
research_reset_current_item();
|
||||
ResearchResetCurrentItem();
|
||||
gSilentResearch = false;
|
||||
}
|
||||
ScenerySetDefaultPlacementConfiguration();
|
||||
|
||||
Reference in New Issue
Block a user