Skip to content

Commit 2a3bfc5

Browse files
committed
Change to resolve conflict
1 parent 3af1460 commit 2a3bfc5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Source/Orts.Simulation/Common/Events.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,13 @@ public static Event From(Source source, int eventID)
376376
case 66: return Event.Pantograph2Up;
377377
case 67: return Event.Pantograph2Down;
378378

379+
379380
// ORTS only Events
381+
case 90: return Event.WaterMotionPump1On;
382+
case 91: return Event.WaterMotionPump1Off;
383+
case 92: return Event.WaterMotionPump2On;
384+
case 93: return Event.WaterMotionPump2Off;
385+
380386
case 101: return Event.GearUp; // for gearbox based engines
381387
case 102: return Event.GearDown; // for gearbox based engines
382388
case 103: return Event.ReverserToForwardBackward; // reverser moved to forward or backward position
@@ -555,12 +561,6 @@ public static Event From(Source source, int eventID)
555561
case 321: return Event.BoosterCylinderCocksOpen;
556562
case 322: return Event.BoosterCylinderCocksClose;
557563

558-
// Miscellaneous
559-
case 350: return Event.WaterMotionPump1On;
560-
case 351: return Event.WaterMotionPump1Off;
561-
case 352: return Event.WaterMotionPump2On;
562-
case 353: return Event.WaterMotionPump2Off;
563-
564564
default: return 0;
565565
}
566566
case Source.MSTSCrossing:

0 commit comments

Comments
 (0)