mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +01:00
* Close #21569: Remove 'Window' from Window Open function names Windows are all under the OpenRCT2::Ui::Windows namespace. As such, "Window" is removed from the Open functions names. * Update Contributors.md * Fix formatting TrackMangeOpen Co-authored-by: Tulio Leao <tupaschoal@gmail.com> * Fix formatting TrackPlaceOpen Co-authored-by: Tulio Leao <tupaschoal@gmail.com> --------- Co-authored-by: Tulio Leao <tupaschoal@gmail.com>
This commit is contained in:
@@ -1282,7 +1282,7 @@ static uint32_t window_editor_scenario_options_page_hold_down_widgets[] = {
|
||||
#pragma endregion
|
||||
};
|
||||
|
||||
WindowBase* WindowEditorScenarioOptionsOpen()
|
||||
WindowBase* EditorScenarioOptionsOpen()
|
||||
{
|
||||
return WindowFocusOrCreate<EditorScenarioOptionsWindow>(WindowClass::EditorScenarioOptions, 280, 148, WF_NO_SCROLLING);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user