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 c10a065 commit 481bb3dCopy full SHA for 481bb3d
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -1619,6 +1619,8 @@ public override void Update(float elapsedClockSeconds)
1619
controlTrailerBrakeSystemSet = true;
1620
CompressorRestartPressurePSI = ControlActiveLocomotive.CompressorRestartPressurePSI;
1621
MainResChargingRatePSIpS = ControlActiveLocomotive.MainResChargingRatePSIpS;
1622
+ BrakePipeChargingRatePSIorInHgpS = ControlActiveLocomotive.BrakePipeChargingRatePSIorInHgpS;
1623
+ TrainBrakePipeLeakPSIorInHgpS = ControlActiveLocomotive.TrainBrakePipeLeakPSIorInHgpS;
1624
}
1625
1626
0 commit comments