mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-04 13:42:55 +01:00
Added missing case still not working
This commit is contained in:
@@ -575,6 +575,7 @@ static void game_handle_input_mouse(int x, int y, int state)
|
||||
case SCROLL_PART_HSCROLLBAR_RIGHT_TROUGH:
|
||||
return;
|
||||
break;
|
||||
case SCROLL_PART_HSCROLLBAR_THUMB:
|
||||
case SCROLL_PART_VSCROLLBAR_TOP:
|
||||
RCT2_CALLPROC_X(0x006E9C37, x, y, scroll_part, w->number, (int)w, (int)widget, 0);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user