1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 14:24:33 +01:00

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

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);
}
}