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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user