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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user