mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 21:13:05 +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:
@@ -1568,7 +1568,7 @@ static std::vector<Widget> _window_editor_object_selection_widgets = {
|
||||
*
|
||||
* rct2: 0x006AA64E
|
||||
*/
|
||||
WindowBase* WindowEditorObjectSelectionOpen()
|
||||
WindowBase* EditorObjectSelectionOpen()
|
||||
{
|
||||
return WindowFocusOrCreate<EditorObjectSelectionWindow>(
|
||||
WindowClass::EditorObjectSelection, 755, 400, WF_10 | WF_RESIZABLE | WF_CENTRE_SCREEN);
|
||||
|
||||
Reference in New Issue
Block a user