Skip to content

Commit 950e1d0

Browse files
committed
Automatic merge of T1.5.1-1600-gee9c56d91 and 13 pull requests
- Pull request #900 at b54024b: DMI in 3D cab + two more dials - Pull request #892 at 1f5ba4c: Signal Function OPP_SIG_ID_TRAINPATH - Pull request #961 at ffccb2e: Improvements for Power Supplies - Pull request #1015 at 14c132b: Enhancements for EP brakes - Pull request #1026 at 6a89a97: Fix for Multiplayer: remote trains chuff can't be heard https://bugs.launchpad.net/or/+bug/2092771 - Pull request #1029 at 31fd7d2: Superelevation Follow Up Fixes - Pull request #1031 at 34aa23a: Multiplayer Server, forked from Open Rails Ultimate; blueprint https://blueprints.launchpad.net/or/+spec/multiplayer-server - Pull request #1033 at 7efd355: Multiple signal light textures per signal - Pull request #1047 at b7152dc: Docs: adds translation docs - Pull request #1051 at 0ac5d30: Mouse wheel support for cabview controls + refactor - Pull request #1058 at 626ebed: Refactor notification parameters - Pull request #1055 at d1a56b3: Route Based TTrack Sounds - Pull request #896 at f1681df: First implementation of https://blueprints.launchpad.net/or/+spec/specific-sounds-for-ai-trains
15 parents a3c0b63 + ee9c56d + b54024b + 1f5ba4c + ffccb2e + 14c132b + 6a89a97 + 31fd7d2 + 34aa23a + 7efd355 + b7152dc + 0ac5d30 + 626ebed + d1a56b3 + f1681df commit 950e1d0

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
@@ -2533,7 +2533,7 @@ protected virtual void UpdateTractiveForce(float elapsedClockSeconds, float t, f
25332533
AbsTractionSpeedMpS = AbsSpeedMpS;
25342534
}
25352535
}
2536-
2536+
25372537
float supplyPowerLimitW = float.MaxValue;
25382538
if (this is MSTSElectricLocomotive electric)
25392539
{

0 commit comments

Comments
 (0)