mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Fix #6447: Rename friction to mass
This commit is contained in:
committed by
Michael Steenbeek
parent
0c1c5938d6
commit
44651defa7
@@ -396,7 +396,7 @@ void RideObject::ReadLegacyVehicle(IReadObjectContext * context, IStream * strea
|
||||
vehicle->num_vertical_frames = stream->ReadValue<uint8>();
|
||||
vehicle->num_horizontal_frames = stream->ReadValue<uint8>();
|
||||
vehicle->spacing = stream->ReadValue<uint32>();
|
||||
vehicle->car_friction = stream->ReadValue<uint16>();
|
||||
vehicle->car_mass = stream->ReadValue<uint16>();
|
||||
vehicle->tab_height = stream->ReadValue<sint8>();
|
||||
vehicle->num_seats = stream->ReadValue<uint8>();
|
||||
vehicle->sprite_flags = stream->ReadValue<uint16>();
|
||||
|
||||
Reference in New Issue
Block a user