Merge pull request #160 from duncanspumpkin/master

Fixed small issue with mouse down code
This commit is contained in:
Ted John 2014-05-29 18:09:46 +01:00
commit 0687758e0a
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);
window = window_find_by_id(WC_CONSTRUCT_RIDE, 0);
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;
case SHORTCUT_SHOW_RIDES_LIST: