1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-18 04:23:20 +01:00

Import broken vehicle and car from S4

This commit is contained in:
Michael Steenbeek
2018-01-09 14:06:11 +01:00
parent f508402317
commit e15c8f8b3b

View File

@@ -871,8 +871,8 @@ private:
dst->mechanic = src->mechanic;
dst->breakdown_reason_pending = src->breakdown_reason_pending;
dst->inspection_station = src->inspection_station;
//dst->broken_car?
//dst->broken_vehicle?
dst->broken_car = src->broken_car;
dst->broken_vehicle = src->broken_vehicle;
// Measurement data
dst->excitement = src->excitement;