1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 20:43:04 +01:00

Remove unused call to Init

This commit is contained in:
Ryan
2022-04-04 12:53:50 -04:00
parent a8eb6f21a2
commit 42dc53cfd5

View File

@@ -1386,12 +1386,6 @@ void WindowScenerySetDefaultPlacementConfiguration()
gWindowScenerySecondaryColour = COLOUR_YELLOW;
gWindowSceneryTertiaryColour = COLOUR_DARK_BROWN;
auto* w = static_cast<SceneryWindow*>(window_find_by_class(WC_SCENERY));
if (w != nullptr)
{
w->Init();
}
gWindowSceneryTabSelections.clear();
gWindowSceneryActiveTabIndex = 0;
}