1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 23:34:37 +01:00

Rename rct_vehicle

This commit is contained in:
duncanspumpkin
2020-01-19 15:53:17 +00:00
parent 164acc85cc
commit a5ef8d6240
50 changed files with 509 additions and 509 deletions

View File

@@ -257,7 +257,7 @@ static int32_t cc_rides(InteractiveConsole& console, const arguments_t& argv)
uint16_t vehicle_index = ride->vehicles[i];
while (vehicle_index != SPRITE_INDEX_NULL)
{
rct_vehicle* vehicle = GET_VEHICLE(vehicle_index);
Vehicle* vehicle = GET_VEHICLE(vehicle_index);
vehicle->mass = mass;
vehicle_index = vehicle->next_vehicle_on_train;
}