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

driving aid brake state tweak

This commit is contained in:
tmj-fstate
2020-06-22 22:55:46 +02:00
parent 0af9e84453
commit 469c797966
3 changed files with 2 additions and 4 deletions

View File

@@ -3650,7 +3650,6 @@ bool TMoverParameters::IncLocalBrakeLevel(float const CtrlSpeed)
}
else
IBL = false;
UnBrake = true;
return IBL;
}
@@ -3669,7 +3668,6 @@ bool TMoverParameters::DecLocalBrakeLevel(float const CtrlSpeed)
}
else
DBL = false;
UnBrake = true;
return DBL;
}