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 5f5f1f5 commit 982afb6Copy full SHA for 982afb6
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Brakes/MSTS/AirSinglePipe.cs
@@ -695,7 +695,7 @@ public override void Initialize()
695
airPV[4] = AdvancedBrakeCylinderAir(Math.Max(nomPSI, ReferencePressurePSI), true);
696
// Absolute maximum cylinder travel limited to 160% of nominal
697
cylTravel[5] = CylStrokeM * 1.6f;
698
- airPV[5] = AdvancedBrakeCylinderAir((cylTravel[5] - cylTravel[2]) / strokePerPsi);
+ airPV[5] = AdvancedBrakeCylinderAir((cylTravel[5] - cylTravel[2]) / strokePerPsi , true);
699
700
cylTravel[6] = cylTravel[5];
701
airPV[6] = airPV[5] * 2.0f;
0 commit comments