16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 11:09:19 +02:00

Fix for latest fix for speed control

This commit is contained in:
Królik Uszasty
2019-10-16 23:29:14 +02:00
parent d3287efd3f
commit 342b57c996

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;
}
}