From: Steinar H. Gunderson Date: Mon, 18 Nov 2013 01:02:53 +0000 (+0100) Subject: Fix another score inversion issue, this time in the secondary engine output. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=69c2e3cb40ebc83fe0692c1fed8fd8c1aebdceed;hp=68ae519ca55030ec4ee02d3db69fe1368f1737e9 Fix another score inversion issue, this time in the secondary engine output. --- 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 ];