Skip to content

Commit 481bb3d

Browse files
committed
Additional parameters added for control car
1 parent c10a065 commit 481bb3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1619,6 +1619,8 @@ public override void Update(float elapsedClockSeconds)
16191619
controlTrailerBrakeSystemSet = true;
16201620
CompressorRestartPressurePSI = ControlActiveLocomotive.CompressorRestartPressurePSI;
16211621
MainResChargingRatePSIpS = ControlActiveLocomotive.MainResChargingRatePSIpS;
1622+
BrakePipeChargingRatePSIorInHgpS = ControlActiveLocomotive.BrakePipeChargingRatePSIorInHgpS;
1623+
TrainBrakePipeLeakPSIorInHgpS = ControlActiveLocomotive.TrainBrakePipeLeakPSIorInHgpS;
16221624
}
16231625
}
16241626

0 commit comments

Comments
 (0)