1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 16:24:35 +01:00

Move some ride functions to struct methods

This commit is contained in:
Michael Steenbeek
2019-03-20 20:05:25 +01:00
committed by GitHub
parent e64aafa735
commit 1c570c8eec
14 changed files with 86 additions and 88 deletions

View File

@@ -1178,7 +1178,7 @@ static money32 track_remove(
sub_6CB945(ride);
if (!(flags & GAME_COMMAND_FLAG_GHOST))
{
ride_update_max_vehicles(ride);
ride->UpdateMaxVehicles();
}
}