1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 13:33:02 +01:00

Fixed tooltip issue #1053

Tooltips should now behave more like RCT2.
This commit is contained in:
Robert Jordan
2015-05-20 12:53:02 -04:00
parent 86a1ba3994
commit dc38087f07
2 changed files with 5 additions and 3 deletions

View File

@@ -140,7 +140,7 @@ void window_dispatch_update_all()
rct_window *w;
RCT2_GLOBAL(0x01423604, sint32)++;
RCT2_GLOBAL(RCT2_ADDRESS_TOOLTIP_NOT_SHOWN_TICKS, sint16)++;
//RCT2_GLOBAL(RCT2_ADDRESS_TOOLTIP_NOT_SHOWN_TICKS, sint16)++;
for (w = RCT2_LAST_WINDOW; w >= g_window_list; w--)
window_event_update_call(w);