We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266e9ca commit 284e804Copy full SHA for 284e804
Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs
@@ -236,7 +236,7 @@ public enum WindowState
236
public float BearingHotBoxSmokeDurationS;
237
public float BearingHotBoxSmokeVelocityMpS = 15.0f;
238
public Color BearingHotBoxSmokeSteadyColor = Color.Gray;
239
- List<string> BrakeEquipment;
+ List<string> BrakeEquipment = new List<string>();
240
241
/// <summary>
242
/// Indicates whether a non auto (straight) brake is present or not when braking is selected.
0 commit comments