mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
AI fix for very slow driving of hydro diesel
This commit is contained in:
@@ -3565,7 +3565,7 @@ void TController::SetTimeControllers()
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DizelPercentage_Speed = std::min(DizelPercentage, mvControlling->Vel > 0.99 * VelDesired ? 1 : 0);
|
DizelPercentage_Speed = std::min(DizelPercentage, mvControlling->Vel < 0.99 * VelDesired ? 1 : 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
auto const DizelActualPercentage { int(100.4 * mvControlling->eimic_real) };
|
auto const DizelActualPercentage { int(100.4 * mvControlling->eimic_real) };
|
||||||
|
|||||||
Reference in New Issue
Block a user