mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 15:49:19 +02:00
Poprawka na działanie wentylatorów rozruchowych
This commit is contained in:
@@ -4107,7 +4107,7 @@ double TMoverParameters::TractionForce(double dt)
|
||||
{
|
||||
case 1:
|
||||
{
|
||||
if (ActiveDir != 0)
|
||||
if (ActiveDir != 0 && RList[MainCtrlActualPos].R > RVentCutOff)
|
||||
RventRot += (RVentnmax - RventRot) * RVentSpeed * dt;
|
||||
else
|
||||
RventRot *= (1.0 - RVentSpeed * dt);
|
||||
|
||||
Reference in New Issue
Block a user