Skip to content

Commit 97cb8cf

Browse files
author
Chris Jakeman
committed
Correct Resume for Evaluations
1 parent 9508412 commit 97cb8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RunActivity/Viewer3D/Processes/GameStateRunActivity.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ private static void ResumeEvaluation(BinaryReader infDbfEval)
532532
Viewer.DbfEvalAutoPilotTimeS = infDbfEval.ReadDouble();
533533
Viewer.DbfEvalIniAutoPilotTimeS = infDbfEval.ReadDouble();
534534
Popups.HelpWindow.DbfEvalDistanceTravelled = infDbfEval.ReadSingle();
535-
Viewer.DbfEvalAutoPilot = Viewer.PlayerLocomotive.Train.TrainType == Simulation.Physics.Train.TRAINTYPE.AI_PLAYERHOSTING;
535+
Viewer.DbfEvalAutoPilot = infDbfEval.ReadBoolean();
536536
}
537537

538538
/// <summary>

0 commit comments

Comments
 (0)