Skip to content

Commit 9f2f220

Browse files
authored
Fix DoesVacuumBrakeCutPower Line
1 parent 1f23512 commit 9f2f220

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
@@ -1243,7 +1243,7 @@ public override void Copy(MSTSWagon copy)
12431243
DynamicBrakeBlendingEnabled = locoCopy.DynamicBrakeBlendingEnabled;
12441244
DynamicBrakeAvailable = locoCopy.DynamicBrakeAvailable;
12451245
airPipeSystem = locoCopy.airPipeSystem;
1246-
DoesVacuumBrakeCutPower = locoCopy.DoesBrakeCutPower;
1246+
DoesVacuumBrakeCutPower = locoCopy.DoesVacuumBrakeCutPower;
12471247
DoesBrakeCutPower = locoCopy.DoesBrakeCutPower;
12481248
BrakeCutsPowerAtBrakeCylinderPressurePSI = locoCopy.BrakeCutsPowerAtBrakeCylinderPressurePSI;
12491249
BrakeCutsPowerAtBrakePipePressurePSI = locoCopy.BrakeCutsPowerAtBrakePipePressurePSI;

0 commit comments

Comments
 (0)