Fix for latest fix for speed control

This commit is contained in:
Królik Uszasty
2019-10-16 23:29:14 +02:00
committed by tmj-fstate
parent de4692cc84
commit d3797c67df

View File

@@ -6657,7 +6657,7 @@ void TMoverParameters::CheckSpeedCtrl(double dt)
if ((Hamulec->GetEDBCP()>0.4) || (PipePress < (HighPipePress - 0.2)))
SpeedCtrlUnit.Standby = true;
}
if (UniCtrlList[MainCtrlPos].SpeedUp > 0) {
if ((EIMCtrlType >= 3)&&(UniCtrlList[MainCtrlPos].SpeedUp <= 0)) {
accfactor = 0.0;
}
}