16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-22 15:09:19 +02:00

SpeedCntrl affects also first vehicle now

This commit is contained in:
Królik Uszasty
2019-03-14 14:44:19 +01:00
parent c36fc565e5
commit f02d30fd9a
2 changed files with 1 additions and 1 deletions

View File

@@ -5051,7 +5051,6 @@ double TMoverParameters::TractionForce( double dt ) {
}
else
{
PosRatio = static_cast<double>( MainCtrlPos ) / static_cast<double>( MainCtrlPosNo );
PosRatio = Max0R(eimic, 0);
eimv[eimv_Fzad] = PosRatio;
if ((Flat) && (eimc[eimc_p_F0] * eimv[eimv_Fful] > 0))