From ba8066c7197dacbefdad156534e457d44979316c Mon Sep 17 00:00:00 2001 From: Timmy Weerwag Date: Sun, 22 Mar 2015 22:02:21 +0100 Subject: [PATCH] Decompiled 0x006A8380 --- src/windows/footpath.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/windows/footpath.c b/src/windows/footpath.c index ceaa17f7c0..ea3567b425 100644 --- a/src/windows/footpath.c +++ b/src/windows/footpath.c @@ -441,7 +441,8 @@ static void window_footpath_toolup() window_tool_get_registers(w, widgetIndex, x, y); if (widgetIndex == WIDX_CONSTRUCT_ON_LAND) { - RCT2_CALLPROC_X(0x006A8380, x, y, 0, 0, (int)w, 0, 0); + // Below is a 'function chunk' at 0x006A8380 in rct2 + RCT2_GLOBAL(RCT2_ADDRESS_PATH_ERROR_OCCURED, uint8) = 0; } }