From eded73c5fbece27e811d9c3c9f6617804a1bc6bd Mon Sep 17 00:00:00 2001 From: Adrian Wielgosik Date: Thu, 18 Sep 2014 00:05:28 +0200 Subject: [PATCH] Fix footpath construction arrow not showing up --- src/window_footpath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window_footpath.c b/src/window_footpath.c index 1e70c75998..b2f06656d9 100644 --- a/src/window_footpath.c +++ b/src/window_footpath.c @@ -391,7 +391,7 @@ static void window_footpath_toolupdate() if (widgetIndex == WIDX_CONSTRUCT_ON_LAND) { window_footpath_set_provisional_path_at_point(x, y); } else if (widgetIndex == WIDX_CONSTRUCT_BRIDGE_OR_TUNNEL) { - RCT2_CALLPROC_X(0x006A8388, 0, 0, 0, 0, (int)w, 0, 0); + RCT2_CALLPROC_X(0x006A8388, x, y, 0, 0, (int)w, 0, 0); } }