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:
committed by
GitHub
parent
e64aafa735
commit
1c570c8eec
@@ -1178,7 +1178,7 @@ static money32 track_remove(
|
||||
sub_6CB945(ride);
|
||||
if (!(flags & GAME_COMMAND_FLAG_GHOST))
|
||||
{
|
||||
ride_update_max_vehicles(ride);
|
||||
ride->UpdateMaxVehicles();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user