From d3797c67dfff9b8ce5ba27194b5c0f0b860739a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kr=C3=B3lik=20Uszasty?= Date: Wed, 16 Oct 2019 23:29:14 +0200 Subject: [PATCH] Fix for latest fix for speed control --- McZapkie/Mover.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/McZapkie/Mover.cpp b/McZapkie/Mover.cpp index 50fefba2..eaf1ac48 100644 --- a/McZapkie/Mover.cpp +++ b/McZapkie/Mover.cpp @@ -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; } }