1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Remove ScenerySetDefaultPlacementConfiguration from _legacy.cpp

This commit is contained in:
Aaron van Geffen
2024-07-31 15:54:16 +02:00
parent b0b048f3d5
commit d1ca17adef
12 changed files with 26 additions and 29 deletions

View File

@@ -501,7 +501,10 @@ void FinishObjectSelection()
else
{
SetAllSceneryItemsInvented();
ScenerySetDefaultPlacementConfiguration();
auto intent = Intent(INTENT_ACTION_SET_DEFAULT_SCENERY_CONFIG);
ContextBroadcastIntent(&intent);
gameState.EditorStep = EditorStep::LandscapeEditor;
GfxInvalidateScreen();
}