mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-24 23:34:37 +01:00
Rename rct_vehicle
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user