mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-31 18:55:23 +01:00
Refactor window functions to take references 1
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
void OnOpen() override
|
||||
{
|
||||
widgets = window_text_input_widgets;
|
||||
WindowInitScrollWidgets(this);
|
||||
WindowInitScrollWidgets(*this);
|
||||
SetParentWindow(nullptr, 0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user