Decompiled 0x006A8380

This commit is contained in:
Timmy Weerwag 2015-03-22 22:02:21 +01:00
parent ecdc76d697
commit ba8066c719
1 changed files with 2 additions and 1 deletions

View File

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