]> git.sesse.net Git - remoteglot/commitdiff
Fix another score inversion issue, this time in the secondary engine output.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Nov 2013 01:02:53 +0000 (02:02 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 18 Nov 2013 01:02:53 +0000 (02:02 +0100)
remoteglot.pl

index 53d5cab390fca0d907ea732639b1924b9a63c832..ab492bc443365dffe8dea1d342ab85e4f8af0820 100755 (executable)
@@ -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 ];