mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 17:54:50 +01:00
Refactor window functions to take references 1
This commit is contained in:
@@ -272,7 +272,7 @@ public:
|
||||
_filter_flags = gConfigInterface.object_selection_filter_flags;
|
||||
std::fill_n(_filter_string, sizeof(_filter_string), 0x00);
|
||||
|
||||
WindowInitScrollWidgets(this);
|
||||
WindowInitScrollWidgets(*this);
|
||||
|
||||
selected_tab = 0;
|
||||
selected_list_item = -1;
|
||||
|
||||
Reference in New Issue
Block a user