Skip to content

Commit 98f1c45

Browse files
committed
Fix trailer car restore
1 parent 9668051 commit 98f1c45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSControlTrailerCar.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ public override void Copy(MSTSWagon copy)
128128
/// </summary>
129129
public override void Save(BinaryWriter outf)
130130
{
131+
base.Save(outf);
131132
ControllerFactory.Save(GearBoxController, outf);
132133
outf.Write(ControlGearIndication);
133134
outf.Write(ControlGearIndex);

0 commit comments

Comments
 (0)