Skip to content

Commit 99c6474

Browse files
author
Chris Jakeman
committed
Fix for unwanted loop reporting evaluation
1 parent a90e4ef commit 99c6474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/RunActivity/Viewer3D/Popups/HelpWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,6 @@ public HelpWindow(WindowManager owner)
550550
if (dbfevaliscompleted | dbfevalisfinished | dbfevalissuccessful)
551551
{
552552
ReportEvaluation(owner, cl, locomotive, nmissedstation, labeltext, noverspeedcoupling, dbfstationstopsremaining, playerTrain, colWidth, indicator, lcurvespeeddependent, lbreakcouplers, ndbfEvalTaskAccomplished);
553-
System.Diagnostics.Process.Start("notepad.exe", Program.EvaluationFilename); //Show debrief eval file
554553
}
555554
}
556555
}));
@@ -996,6 +995,7 @@ private void ReportEvaluation(WindowManager owner, ControlLayout cl, TrainCar lo
996995
{
997996
lDebriefEvalFile = true;
998997
wDbfEval.Close();
998+
System.Diagnostics.Process.Start("notepad.exe", Program.EvaluationFilename); //Show debrief eval file
999999
}
10001000
}
10011001

0 commit comments

Comments
 (0)