mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
Fix for dynamic brake test
This commit is contained in:
@@ -6496,7 +6496,7 @@ TController::UpdateSituation(double dt) {
|
||||
}
|
||||
}
|
||||
// koniec predkosci aktualnej
|
||||
if (Global.DynamicBrakeTest)
|
||||
if (Global.DynamicBrakeTest && AIControllFlag)
|
||||
{
|
||||
// hamowanie kontrolne
|
||||
if ((OrderCurrentGet() & Obey_train) && (DynamicBrakeTest == 0) && (vel < VelDesired)
|
||||
|
||||
Reference in New Issue
Block a user