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 786a44e commit ba3c47fCopy full SHA for ba3c47f
Source/Orts.Simulation/Simulation/RollingStocks/MSTSWagon.cs
@@ -125,7 +125,6 @@ public enum BearingTypes
125
126
// wag file data
127
public string MainShapeFileName;
128
- public string WagonName;
129
public string FreightShapeFileName;
130
public float FreightAnimMaxLevelM;
131
public float FreightAnimMinLevelM;
@@ -1247,7 +1246,6 @@ public virtual void Parse(string lowercasetoken, STFReader stf)
1247
1246
STFException.TraceWarning(stf, "Skipped unknown wagon type " + wagonType);
1248
}
1249
break;
1250
- case "wagon(name": WagonName = stf.ReadStringBlock(null); break;
1251
case "wagon(ortswagonspecialtype":
1252
stf.MustMatch("(");
1253
var wagonspecialType = stf.ReadString();
0 commit comments