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 @@ -503,7 +503,7 @@ public override void Update(float elapsedClockSeconds)
503503 if ( Car . WheelBrakeSlideProtectionFitted )
504504 {
505505 // WSP dump valve active
506- if ( ( Car . BrakeSkidWarning || Car . BrakeSkid ) && ( ! Car . WheelBrakeSlideProtectionEmergencyDisabled && BrakeLine1PressurePSI > 36.25 ) && Car . WheelBrakeSlideProtectionTimerS != 0 && ! Car . WheelBrakeSlideProtectionDumpValveLockout )
506+ if ( ( Car . BrakeSkidWarning || Car . BrakeSkid ) && ! Car . WheelBrakeSlideProtectionDumpValveLockout && ( ( ! Car . WheelBrakeSlideProtectionEmergencyDisabled && BrakeLine1PressurePSI > 36.25 ) || Car . WheelBrakeSlideProtectionEmergencyDisabled ) )
507507 {
508508 Car . WheelBrakeSlideProtectionActive = true ;
509509 AutoCylPressurePSI -= elapsedClockSeconds * MaxReleaseRatePSIpS ;
You can’t perform that action at this time.
0 commit comments