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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user