1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 23:04:36 +01:00

Refactor ride_construct() to RideConstructionStart()

This commit is contained in:
Gymnasiast
2022-12-17 17:16:34 +01:00
parent d0ae004b8f
commit a4f7ca4682
6 changed files with 10 additions and 8 deletions

View File

@@ -559,7 +559,7 @@ bool ViewportInteractionRightClick(const ScreenCoordsXY& screenCoords)
auto ride = get_ride(vehicle->ride);
if (ride != nullptr)
{
ride_construct(ride);
RideConstructionStart(*ride);
}
}
}