Skip to content

Commit 67b1bf3

Browse files
committed
Automatic merge of T1.5.1-599-g782e611d5 and 9 pull requests
- Pull request #757 at 98dd1a7: Unify RailDriver code implementations - Pull request #831 at f6ca1e1: poor mans switch panel on tablet - Pull request #839 at d00beb9: First phase of https://blueprints.launchpad.net/or/+spec/additional-cruise-control-parameters - Pull request #853 at d05f581: Notify out of focus - Pull request #855 at b39e5d8: Adds new route from TrainSimulations - Pull request #857 at 9afc8c3: Adding Air Flow Meters - Pull request #865 at 776d6df: Dispatcher window improvements - Pull request #873 at cf0ed99: Reduce allocations in signal script - Pull request #874 at d500329: Dynamic brake controller refactoring
11 parents abb56c8 + 782e611 + 98dd1a7 + f6ca1e1 + d00beb9 + d05f581 + b39e5d8 + 9afc8c3 + 776d6df + cf0ed99 + d500329 commit 67b1bf3

File tree

1 file changed

+4
-4
lines changed
  • Source/Orts.Simulation/Simulation/RollingStocks

1 file changed

+4
-4
lines changed

Source/Orts.Simulation/Simulation/RollingStocks/TrainCar.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,10 +2738,10 @@ public void SetUpWheels()
27382738
//Certain locomotives are testing as articulated wagons for some reason.
27392739
if (WagonType != WagonTypes.Engine)
27402740
if (WheelAxles.Count != 1 && (articulatedFront || articulatedRear))
2741-
{
2742-
WheelAxlesLoaded = true;
2743-
SetUpWheelsArticulation(carIndex);
2744-
}
2741+
{
2742+
WheelAxlesLoaded = true;
2743+
SetUpWheelsArticulation(carIndex);
2744+
}
27452745
} // end SetUpWheels()
27462746

27472747
protected void SetUpWheelsArticulation(int carIndex)

0 commit comments

Comments
 (0)