Skip to content

Commit f644d0c

Browse files
authored
Merge pull request #595 from Csantucci/engine-brake-zero-when-starting-at-speed
Release locomotive brake when player train enters game with speed > 0
2 parents c21e8ae + e36ed26 commit f644d0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,6 +1653,7 @@ public override void InitializeMoving()
16531653
TrainControlSystem.InitializeMoving();
16541654
TrainBrakeController.InitializeMoving();
16551655
BrakeSystem.LocoInitializeMoving();
1656+
EngineBrakeController?.InitializeMoving();
16561657
}
16571658
}
16581659

0 commit comments

Comments
 (0)