fix construct path bridge or tunnel button

This commit is contained in:
IntelOrca 2014-04-30 02:25:54 +01:00
parent 8632b76271
commit 6dd861a815
1 changed files with 2 additions and 2 deletions

View File

@ -241,10 +241,10 @@ static void window_footpath_mouseup()
RCT2_CALLPROC_X(0x006A7863, 0, 0, 0, 0, w, 0, 0);
break;
case WIDX_CONSTRUCT_ON_LAND:
RCT2_CALLPROC_X(0x006A8072, 0, 0, 0, 0, w, 0, 0);
RCT2_CALLPROC_X(0x006A8072, 0, 0, 0, widgetIndex, w, 0, 0);
break;
case WIDX_CONSTRUCT_BRIDGE_OR_TUNNEL:
RCT2_CALLPROC_X(0x006A80C5, 0, 0, 0, 0, w, 0, 0);
RCT2_CALLPROC_X(0x006A80C5, 0, 0, 0, widgetIndex, w, 0, 0);
break;
}
}