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()
865865 }
866866 if ( ForceRegulatorAutoWhenNonZeroSpeedSelectedAndThrottleAtZero )
867867 {
868- if ( SelectedSpeedMpS > 0 && zeroThrottle && zeroDynamic &&
869- zeroForce && DisableCruiseControlOnThrottleAndZeroForceAndZeroSpeed )
868+ if ( SelectedSpeedMpS > 0 && zeroThrottle && zeroDynamic && zeroForce )
870869 {
871870 SpeedRegMode = SpeedRegulatorMode . Auto ;
872871 }
873872 }
874873 if ( ForceRegulatorAutoWhenNonZeroForceSelected )
875874 {
876- if ( forceFromZero && DisableCruiseControlOnThrottleAndZeroForce && ( zeroThrottle || UseThrottleAsForceSelector ) && zeroDynamic )
875+ if ( forceFromZero && ( zeroThrottle || UseThrottleAsForceSelector ) && zeroDynamic )
877876 {
878877 SpeedRegMode = SpeedRegulatorMode . Auto ;
879878 }
You can’t perform that action at this time.
0 commit comments