Added missing case still not working

This commit is contained in:
Duncan Frost 2014-07-18 15:53:46 +01:00
parent 00381d9313
commit c4f49bb7cd
1 changed files with 1 additions and 0 deletions

View File

@ -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;