Skip to content

Commit c7f1150

Browse files
committed
Distributed power: consider also Loco Brake in the value of BC
1 parent 11fd74b commit c7f1150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSDieselLocomotive.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ public string GetDpuStatus(bool dataDpu, CABViewControlUnits loadUnits = CABView
10391039
status.AppendFormat("{0:F0}\t", brakeInfoValue);
10401040

10411041
// BC
1042-
brakeInfoValue = brakeValue(Simulator.Catalog.GetString("BC"), Simulator.Catalog.GetString("BP"));
1042+
brakeInfoValue = Math.Round(BrakeSystem.GetCylPressurePSI()).ToString() + " psi";
10431043
status.AppendFormat("{0:F0}\t", brakeInfoValue);
10441044

10451045
// MR

0 commit comments

Comments
 (0)