We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9508412 commit 97cb8cfCopy full SHA for 97cb8cf
Source/RunActivity/Viewer3D/Processes/GameStateRunActivity.cs
@@ -532,7 +532,7 @@ private static void ResumeEvaluation(BinaryReader infDbfEval)
532
Viewer.DbfEvalAutoPilotTimeS = infDbfEval.ReadDouble();
533
Viewer.DbfEvalIniAutoPilotTimeS = infDbfEval.ReadDouble();
534
Popups.HelpWindow.DbfEvalDistanceTravelled = infDbfEval.ReadSingle();
535
- Viewer.DbfEvalAutoPilot = Viewer.PlayerLocomotive.Train.TrainType == Simulation.Physics.Train.TRAINTYPE.AI_PLAYERHOSTING;
+ Viewer.DbfEvalAutoPilot = infDbfEval.ReadBoolean();
536
}
537
538
/// <summary>
0 commit comments