From 69c2e3cb40ebc83fe0692c1fed8fd8c1aebdceed Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 18 Nov 2013 02:02:53 +0100 Subject: [PATCH 1/1] Fix another score inversion issue, this time in the secondary engine output. --- remoteglot.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remoteglot.pl b/remoteglot.pl index 53d5cab..ab492bc 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -777,7 +777,7 @@ sub output_screen { my $key = $pretty_move; my $line = sprintf(" %-6s %6s %3s %s", $pretty_move, - short_score($info, $pos_calculating_second_engine, $mpv, 1), + short_score($info, $pos_calculating_second_engine, $mpv, 0), "d" . $info->{'depth' . $mpv}, join(', ', @pretty_pv)); push @refutation_lines, [ $key, $line ]; -- 2.39.2