File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Source/Orts.Simulation/Simulation/RollingStocks/SubSystems Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -865,15 +865,14 @@ public void UpdateSpeedRegulatorModeChanges()
865
865
}
866
866
if ( ForceRegulatorAutoWhenNonZeroSpeedSelectedAndThrottleAtZero )
867
867
{
868
- if ( SelectedSpeedMpS > 0 && zeroThrottle && zeroDynamic &&
869
- zeroForce && DisableCruiseControlOnThrottleAndZeroForceAndZeroSpeed )
868
+ if ( SelectedSpeedMpS > 0 && zeroThrottle && zeroDynamic && zeroForce )
870
869
{
871
870
SpeedRegMode = SpeedRegulatorMode . Auto ;
872
871
}
873
872
}
874
873
if ( ForceRegulatorAutoWhenNonZeroForceSelected )
875
874
{
876
- if ( forceFromZero && DisableCruiseControlOnThrottleAndZeroForce && ( zeroThrottle || UseThrottleAsForceSelector ) && zeroDynamic )
875
+ if ( forceFromZero && ( zeroThrottle || UseThrottleAsForceSelector ) && zeroDynamic )
877
876
{
878
877
SpeedRegMode = SpeedRegulatorMode . Auto ;
879
878
}
You can’t perform that action at this time.
0 commit comments