File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Brakes/MSTS Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -780,7 +780,7 @@ public override void Initialize()
780780 if ( TwoStageRelayValveRatio == 0 )
781781 TwoStageRelayValveRatio = RelayValveRatio ;
782782
783- RelayValveFitted |= ( Car is MSTSLocomotive loco && ( loco . DynamicBrakeAutoBailOff || loco . DynamicBrakePartialBailOff ) ) ||
783+ RelayValveFitted |= ( Car is MSTSLocomotive loco && ( loco . DynamicBrakeAutoBailOff || loco . DynamicBrakePartialBailOff || loco . DynamicBrakeEngineBrakeReplacement ) ) ||
784784 ( Car as MSTSWagon ) . BrakeValve == MSTSWagon . BrakeValveType . DistributingValve || ( Car as MSTSWagon ) . SupplyReservoirPresent ||
785785 TwoStageRelayValveRatio != RelayValveRatio || RelayValveInshotPSI != 0 || EngineRelayValveInshotPSI != 0 ;
786786
You can’t perform that action at this time.
0 commit comments