Replaced call with existing decompiled function

This commit is contained in:
Timmy Weerwag 2015-03-22 21:50:16 +01:00
parent 956d6688d3
commit ecdc76d697
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ static void window_footpath_tooldrag()
window_tool_get_registers(w, widgetIndex, x, y);
if (widgetIndex == WIDX_CONSTRUCT_ON_LAND) {
RCT2_CALLPROC_X(0x006A82C5, x, y, 0, 0, (int)w, 0, 0);
window_footpath_place_path_at_point(x, y);
}
}