Skip to content

Commit d5127b8

Browse files
committed
Correct HuD bug causing crash
1 parent cca2bd5 commit d5127b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSSteamLocomotive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6738,7 +6738,7 @@ public override string GetDebugStatus()
67386738
{
67396739

67406740
// Display steam indicator pressures in HP cylinder
6741-
status.AppendFormat("{0}\t{1}\t{2}\t{3}\t{4}\t{5}\t{6}\t{7}\t{8}\t{9}\t{10}\t{11}\t{12}\t{14}\t{15}\n",
6741+
status.AppendFormat("{0}\t{1}\t{2}\t{3}\t{4}\t{5}\t{6}\t{7}\t{8}\t{9}\t{10}\t{11}\t{12}\t{13}\t{14}\n",
67426742
Simulator.Catalog.GetString("PressHP:"),
67436743
Simulator.Catalog.GetString("Eng"),
67446744
i + 1,

0 commit comments

Comments
 (0)