File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Source/Orts.Simulation/Simulation/RollingStocks Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1702,8 +1702,8 @@ public override void Update(float elapsedClockSeconds)
17021702 }
17031703
17041704
1705-
1706- if ( Simulator . UseAdvancedAdhesion && ! Simulator . Settings . SimpleControlPhysics ) // SimpleControlPhysics will "disable" advanced adhesion if set.
1705+ // SimpleControlPhysics and if locomotive is a control car advanced adhesion will be "disabled".
1706+ if ( Simulator . UseAdvancedAdhesion && ! Simulator . Settings . SimpleControlPhysics && EngineType != EngineTypes . Control )
17071707 {
17081708 AdvancedAdhesion ( elapsedClockSeconds ) ; // Use advanced adhesion model
17091709 AdvancedAdhesionModel = true ; // Set flag to advise advanced adhesion model is in use
You can’t perform that action at this time.
0 commit comments