Update train node types

correct names and add missing 6th train node type
This commit is contained in:
ook3d 2024-05-19 17:28:11 -04:00
parent f9a3559263
commit 3462cc3e17

View File

@ -44,11 +44,12 @@
this.TrainNodeTypeComboBox.FormattingEnabled = true;
this.TrainNodeTypeComboBox.Items.AddRange(new object[] {
"0 - Default",
"1 - Default Station",
"2 - Freight Station",
"1 - Station Left",
"2 - Station Right",
"3 - (Not used)",
"4 - Underground",
"5 - Underground Station"});
"5 - Underground Station Left",
"6 - Underground Station Right"});
this.TrainNodeTypeComboBox.Location = new System.Drawing.Point(76, 45);
this.TrainNodeTypeComboBox.Name = "TrainNodeTypeComboBox";
this.TrainNodeTypeComboBox.Size = new System.Drawing.Size(142, 21);