1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Remove union from window internal (#20429)

* Remove campaign vars from union

* Remove error union

* Remove new_ride union

* Remove Unknown5

* Update changelog
This commit is contained in:
Duncan
2023-06-26 16:31:04 +01:00
committed by GitHub
parent 269370fdd2
commit 0c5a35993e
9 changed files with 63 additions and 94 deletions

View File

@@ -1436,11 +1436,6 @@ void WindowEventDropdownCall(WindowBase* w, WidgetIndex widgetIndex, int32_t dro
w->OnDropdown(widgetIndex, dropdownIndex);
}
void WindowEventUnknown05Call(WindowBase* w)
{
w->OnUnknown5();
}
void WindowEventUpdateCall(WindowBase* w)
{
w->OnUpdate();