File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -3951,7 +3951,7 @@ public void SetCombinedHandleValue(float value)
3951
3951
else if ( CombinedControlType == CombinedControl . ThrottleAir && canBrake && value > CombinedControlSplitPosition )
3952
3952
SetTrainBrakeValue ( ( MathHelper . Clamp ( value , CombinedControlSplitPosition , 1 ) - CombinedControlSplitPosition ) / ( 1 - CombinedControlSplitPosition ) ) ;
3953
3953
else if ( DynamicBrakePercent < 0 || TrainControlSystem . FullDynamicBrakingOrder ||
3954
- ( CruiseControl != null && ! CruiseControl . DynamicBrakePriority && CruiseControl . SpeedRegMode == CruiseControl . SpeedRegulatorMode . Auto ) )
3954
+ ( CruiseControl != null && ! CruiseControl . DynamicBrakePriority && CruiseControl . SpeedRegMode == CruiseControl . SpeedRegulatorMode . Auto ) )
3955
3955
SetThrottleValue ( 1 - MathHelper . Clamp ( value , 0 , CombinedControlSplitPosition ) / CombinedControlSplitPosition ) ;
3956
3956
}
3957
3957
}
You can’t perform that action at this time.
0 commit comments