From 1ea2a6e39232a7d4affbe5cebad57574aa149ddb Mon Sep 17 00:00:00 2001 From: antonisauren Date: Thu, 20 Oct 2016 19:55:43 +0200 Subject: [PATCH] =?UTF-8?q?Wentylatory=20rwent=3Dyes=20za=C5=82=C4=85czaj?= =?UTF-8?q?=C4=85=20sie=20na=20pozycjach=20oporowych=20a=20nie=20po=20wybr?= =?UTF-8?q?aniu=20kierunku.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- McZapkie/_mover.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/McZapkie/_mover.pas b/McZapkie/_mover.pas index 8dfb7dea..12a03867 100644 --- a/McZapkie/_mover.pas +++ b/McZapkie/_mover.pas @@ -4085,7 +4085,7 @@ begin if (EngineType=ElectricSeriesMotor) then begin case RVentType of {wentylatory rozruchowe} - 1: if ActiveDir<>0 then + 1: if ActiveDir<>0 and (RList[MainCtrlActualPos].R>RVentCutOff) then RventRot:=RventRot+(RVentnmax-RventRot)*RVentSpeed*dt else RventRot:=RventRot*(1-RVentSpeed*dt);