Fixed small issue with mouse down code

This commit is contained in:
Duncan Frost 2014-05-29 17:22:32 +01:00
parent 7de050b7f3
commit a691216044
1 changed files with 1 additions and 1 deletions

View File

@ -1098,7 +1098,7 @@ void handle_shortcut_command(int shortcutIndex)
RCT2_CALLPROC_EBPSAFE(0x006B3CFF); RCT2_CALLPROC_EBPSAFE(0x006B3CFF);
window = window_find_by_id(WC_CONSTRUCT_RIDE, 0); window = window_find_by_id(WC_CONSTRUCT_RIDE, 0);
if (window != NULL) if (window != NULL)
window_event_helper(window, 10, WE_MOUSE_DOWN); RCT2_CALLPROC_WE_MOUSE_DOWN(window->event_handlers[WE_MOUSE_DOWN], 10, window, NULL);
} }
break; break;
case SHORTCUT_SHOW_RIDES_LIST: case SHORTCUT_SHOW_RIDES_LIST: