Skip to content

Commit a5dd9cc

Browse files
committed
Release locomotive brake when player train enters game with speed > 0
1 parent c21e8ae commit a5dd9cc

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?.SetPercent(0);
16561657
}
16571658
}
16581659

0 commit comments

Comments
 (0)