1
0
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:
Gymnasiast
2017-12-17 18:00:42 +01:00
committed by Michael Steenbeek
parent 0c1c5938d6
commit 44651defa7
12 changed files with 45 additions and 45 deletions

View File

@@ -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>();