Skip to content

Commit e36ed26

Browse files
CsantucciSharpe49
andauthored
Update Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs
Co-authored-by: Cedric GNIEWEK <[email protected]>
1 parent a5dd9cc commit e36ed26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1653,7 +1653,7 @@ public override void InitializeMoving()
16531653
TrainControlSystem.InitializeMoving();
16541654
TrainBrakeController.InitializeMoving();
16551655
BrakeSystem.LocoInitializeMoving();
1656-
EngineBrakeController?.SetPercent(0);
1656+
EngineBrakeController?.InitializeMoving();
16571657
}
16581658
}
16591659

0 commit comments

Comments
 (0)