We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5dd9cc commit e36ed26Copy full SHA for e36ed26
Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
@@ -1653,7 +1653,7 @@ public override void InitializeMoving()
1653
TrainControlSystem.InitializeMoving();
1654
TrainBrakeController.InitializeMoving();
1655
BrakeSystem.LocoInitializeMoving();
1656
- EngineBrakeController?.SetPercent(0);
+ EngineBrakeController?.InitializeMoving();
1657
}
1658
1659
0 commit comments