]> git.sesse.net Git - remoteglot/blobdiff - remoteglot.pl
Fix another score inversion issue, this time in the secondary engine output.
[remoteglot] / 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 ];