We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9668051 commit 98f1c45Copy full SHA for 98f1c45
Source/Orts.Simulation/Simulation/RollingStocks/MSTSControlTrailerCar.cs
@@ -128,6 +128,7 @@ public override void Copy(MSTSWagon copy)
128
/// </summary>
129
public override void Save(BinaryWriter outf)
130
{
131
+ base.Save(outf);
132
ControllerFactory.Save(GearBoxController, outf);
133
outf.Write(ControlGearIndication);
134
outf.Write(ControlGearIndex);
0 commit comments