Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d0009d6

Browse files
committed
Automatic merge of T1.5.1-174-gd2e682132 and 14 pull requests
- Pull request #706 at 91bcfa2: Extended door functionality - Pull request #719 at 13a1638: Upgraded to MonoGame 3.8.0 (+ small update for other libraries) - Pull request #722 at fb9079e: Fix Windows Forms deprecations in ActivityEditor - Pull request #732 at aac9b67: Improvements for air brakes - Pull request #735 at b9a0ea3: Added new parameter for battery switch - Pull request #746 at f5566d7: Website release 1.5.1 - Pull request #753 at ab8fe32: Extends CabControls for user input - Pull request #754 at 70a1325: Container weights: https://blueprints.launchpad.net/or/+spec/container-weights - Pull request #758 at a9e9512: Steam wheel slip#1 - Pull request #760 at 113dd63: Updated EditorConfig with .NET and StyleCop analyzer configuration - Pull request #761 at f6a3aca: fix: Allow 100% cloud-free skys by making 0% overcast = 0% clouds - Pull request #763 at 12e250d: build: Remove use of SolutionDir which is not supported everywhere - Pull request #764 at 5f9a01b: fix: Improve sky dome distortion causing bug #1471416 - Pull request #765 at 083467b: Bug fix for https://bugs.launchpad.net/or/+bug/2002183 OK to proceed sound played wrongly
16 parents d49f897 + d2e6821 + 91bcfa2 + 13a1638 + fb9079e + aac9b67 + b9a0ea3 + f5566d7 + ab8fe32 + 70a1325 + a9e9512 + 113dd63 + f6a3aca + 12e250d + 5f9a01b + 083467b commit d0009d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,7 +1174,7 @@ public override void Copy(MSTSWagon copy)
11741174
EmergencyEngagesHorn = locoCopy.EmergencyEngagesHorn;
11751175

11761176
WheelslipCausesThrottleDown = locoCopy.WheelslipCausesThrottleDown;
1177-
DriveWheelOnlyBrakes = locoCopy.DriveWheelOnlyBrakes;
1177+
11781178
CompressorIsMechanical = locoCopy.CompressorIsMechanical;
11791179
CompressorRestartPressurePSI = locoCopy.CompressorRestartPressurePSI;
11801180
CompressorIsMUControlled = locoCopy.CompressorIsMUControlled;
@@ -1185,7 +1185,7 @@ public override void Copy(MSTSWagon copy)
11851185
MainResVolumeM3 = locoCopy.MainResVolumeM3;
11861186
MainResChargingRatePSIpS = locoCopy.MainResChargingRatePSIpS;
11871187
BrakePipeDischargeTimeFactor = locoCopy.BrakePipeDischargeTimeFactor;
1188-
1188+
DriveWheelOnlyBrakes = locoCopy.DriveWheelOnlyBrakes;
11891189
DynamicBrakeBlended = locoCopy.DynamicBrakeBlended;
11901190
DynamicBrakeBlendingEnabled = locoCopy.DynamicBrakeBlendingEnabled;
11911191
DynamicBrakeAvailable = locoCopy.DynamicBrakeAvailable;

0 commit comments

Comments
 (0)