mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Fix for latest fix for speed control
This commit is contained in:
committed by
tmj-fstate
parent
de4692cc84
commit
d3797c67df
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user