mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
fix #1657
This commit is contained in:
@@ -1957,7 +1957,7 @@ void window_event_unknown_15_call(rct_window *w, int scrollIndex, int scrollArea
|
||||
|
||||
rct_string_id window_event_tooltip_call(rct_window *w, int widgetIndex)
|
||||
{
|
||||
rct_string_id result = STR_NONE;
|
||||
rct_string_id result = 0;
|
||||
if (w->event_handlers->tooltip != NULL)
|
||||
w->event_handlers->tooltip(w, widgetIndex, &result);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user