Skip to content

Commit e5cd77b

Browse files
committed
Automatic merge of T1.6-rc2-41-gacd714487 and 5 pull requests
- Pull request #1072 at 076a8d3: Content Creation Shortcuts & Advanced Wagon Shape Interactions - Pull request #1086 at e10390b: Add Settings Exporter tool (copy settings to INI, etc) - Pull request #1091 at 520ac64: Automatic speed control - Pull request #1082 at 5845a1a: Allow variable water level in glass gauge - Pull request #1081 at 689494b: Brake cuts power unification
7 parents 53d5a6f + acd7144 + 076a8d3 + e10390b + 520ac64 + 5845a1a + 689494b commit e5cd77b

File tree

1 file changed

+1
-1
lines changed
  • Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Brakes/MSTS

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/SubSystems/Brakes/MSTS/AirSinglePipe.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ public override void Initialize(bool handbrakeOn, float maxPressurePSI, float fu
622622
}
623623

624624
if (brakeLine3Init) // Sync loco brakes with lead brake system
625-
lead.EngineBrakeController?.UpdateEngineBrakePressure(ref BrakeLine3PressurePSI, 1000);
625+
lead.EngineBrakeController?.UpdateEngineBrakePressure(ref BrakeLine3PressurePSI, 1000);
626626
else // Release loco brakes
627627
BrakeLine3PressurePSI = 0.0f;
628628
}

0 commit comments

Comments
 (0)