1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Pass Ride* instead of ride_id_t

This commit is contained in:
Ted John
2019-02-09 11:25:21 +00:00
parent fd090f5ef3
commit 9e461b2e34
17 changed files with 108 additions and 113 deletions

View File

@@ -353,7 +353,7 @@ static void window_track_place_tooldown(rct_window* w, rct_widgetindex widgetInd
}
else
{
ride_initialise_construction_window(rideIndex);
ride_initialise_construction_window(get_ride(rideIndex));
w = window_find_by_class(WC_RIDE_CONSTRUCTION);
window_event_mouse_up_call(w, WC_RIDE_CONSTRUCTION__WIDX_ENTRANCE);
}