mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 20:13:07 +01:00
Rename snake_case functions in OpenRCT2/marketing folder
This commit is contained in:
@@ -483,14 +483,14 @@ void FinishObjectSelection()
|
||||
{
|
||||
if (gScreenFlags & SCREEN_FLAGS_TRACK_DESIGNER)
|
||||
{
|
||||
set_every_ride_type_invented();
|
||||
set_every_ride_entry_invented();
|
||||
SetEveryRideTypeInvented();
|
||||
SetEveryRideEntryInvented();
|
||||
gEditorStep = EditorStep::RollercoasterDesigner;
|
||||
GfxInvalidateScreen();
|
||||
}
|
||||
else
|
||||
{
|
||||
set_all_scenery_items_invented();
|
||||
SetAllSceneryItemsInvented();
|
||||
ScenerySetDefaultPlacementConfiguration();
|
||||
gEditorStep = EditorStep::LandscapeEditor;
|
||||
GfxInvalidateScreen();
|
||||
|
||||
Reference in New Issue
Block a user