File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1161,7 +1161,7 @@ public override void Copy(MSTSWagon copy)
1161
1161
EmergencyEngagesHorn = locoCopy . EmergencyEngagesHorn ;
1162
1162
1163
1163
WheelslipCausesThrottleDown = locoCopy . WheelslipCausesThrottleDown ;
1164
- DriveWheelOnlyBrakes = locoCopy . DriveWheelOnlyBrakes ;
1164
+
1165
1165
CompressorIsMechanical = locoCopy . CompressorIsMechanical ;
1166
1166
CompressorRestartPressurePSI = locoCopy . CompressorRestartPressurePSI ;
1167
1167
TrainBrakePipeLeakPSIorInHgpS = locoCopy . TrainBrakePipeLeakPSIorInHgpS ;
@@ -1171,7 +1171,7 @@ public override void Copy(MSTSWagon copy)
1171
1171
MainResVolumeM3 = locoCopy . MainResVolumeM3 ;
1172
1172
MainResChargingRatePSIpS = locoCopy . MainResChargingRatePSIpS ;
1173
1173
BrakePipeDischargeTimeFactor = locoCopy . BrakePipeDischargeTimeFactor ;
1174
-
1174
+ DriveWheelOnlyBrakes = locoCopy . DriveWheelOnlyBrakes ;
1175
1175
DynamicBrakeBlended = locoCopy . DynamicBrakeBlended ;
1176
1176
DynamicBrakeBlendingEnabled = locoCopy . DynamicBrakeBlendingEnabled ;
1177
1177
DynamicBrakeAvailable = locoCopy . DynamicBrakeAvailable ;
You can’t perform that action at this time.
0 commit comments