mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 16:19:19 +02:00
Fix for latest fix for speed control
This commit is contained in:
@@ -6657,7 +6657,7 @@ void TMoverParameters::CheckSpeedCtrl(double dt)
|
|||||||
if ((Hamulec->GetEDBCP()>0.4) || (PipePress < (HighPipePress - 0.2)))
|
if ((Hamulec->GetEDBCP()>0.4) || (PipePress < (HighPipePress - 0.2)))
|
||||||
SpeedCtrlUnit.Standby = true;
|
SpeedCtrlUnit.Standby = true;
|
||||||
}
|
}
|
||||||
if (UniCtrlList[MainCtrlPos].SpeedUp > 0) {
|
if ((EIMCtrlType >= 3)&&(UniCtrlList[MainCtrlPos].SpeedUp <= 0)) {
|
||||||
accfactor = 0.0;
|
accfactor = 0.0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user