1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Remove unused WWT_4, WWT_5, WWT_11, WWT_18.

This commit is contained in:
Aaron van Geffen
2018-01-03 19:30:40 +01:00
parent 8ad1bc9b86
commit 7b4c71ff68
3 changed files with 2 additions and 15 deletions

View File

@@ -2254,7 +2254,7 @@ static void window_invalidate_pressed_image_buttons(rct_window *w)
widgetIndex = 0;
for (widget = w->widgets; widget->type != WWT_LAST; widget++, widgetIndex++) {
if (widget->type != WWT_5 && widget->type != WWT_IMGBTN)
if (widget->type != WWT_IMGBTN)
continue;
if (widget_is_pressed(w, widgetIndex) || widget_is_active_tool(w, widgetIndex))