Skip to content

Commit efee2ae

Browse files
committed
Automatic merge of T1.5.1-553-g4b9199858 and 14 pull requests
- Pull request #757 at 98dd1a7: Unify RailDriver code implementations - Pull request #831 at 61bbf43: 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 #841 at 410a585: https://blueprints.launchpad.net/or/+spec/animating-trainset-windows - 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 #859 at fff2560: Steam adhesion bug#1 - Pull request #860 at d2b8a52: Changes in the Car Operations Menu for the lines with brake information - Pull request #862 at 489f261: Fix engine leak problem - Pull request #863 at a34b857: Alternate preset 3D cabviewpoints - Pull request #864 at 2fed4b9: Fixes for Undesired Emergency Applications - Pull request #865 at 3097086: Dispatcher window improvements - Pull request #866 at a6cbc52: Fix Articulation For 0-Axle Train Cars
16 parents a300e37 + 4b91998 + 98dd1a7 + 61bbf43 + d00beb9 + 410a585 + d05f581 + b39e5d8 + 9afc8c3 + fff2560 + d2b8a52 + 489f261 + a34b857 + 2fed4b9 + 3097086 + a6cbc52 commit efee2ae

File tree

1 file changed

+0
-1
lines changed
  • Source/Orts.Simulation/Simulation/RollingStocks

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2735,7 +2735,6 @@ public void SetUpWheels()
27352735
var carIndex = Train.Cars.IndexOf(this);
27362736
//Certain locomotives are testing as articulated wagons for some reason.
27372737
if (WagonType != WagonTypes.Engine)
2738-
if (WheelAxles.Count >= 2)
27392738
if (articulatedFront || articulatedRear)
27402739
{
27412740
WheelAxlesLoaded = true;

0 commit comments

Comments
 (0)