Skip to content

Commit e6b9409

Browse files
committed
Try and remove conflict
1 parent 1663ee4 commit e6b9409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/MSTSLocomotive.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2008,7 +2008,6 @@ public override void Update(float elapsedClockSeconds)
20082008

20092009
// Cruise Control
20102010
CruiseControl?.Update(elapsedClockSeconds);
2011-
20122011
// TODO this is a wild simplification for electric and diesel electric
20132012
if (EngineType == EngineTypes.Diesel || EngineType == EngineTypes.Electric)
20142013
{

0 commit comments

Comments
 (0)