X-Git-Url: https://git.sesse.net/?p=remoteglot;a=blobdiff_plain;f=remoteglot.pl;h=9771780546a05904d6ff2e0f299c385e8fcfa813;hp=a2a5e5ee9594646332d3657600113a0152fd49e4;hb=bb654d6a8510ec73677001d57af4b425e9e86fd5;hpb=6023d7da024242fad8af8258a29472ad93a34671 diff --git a/remoteglot.pl b/remoteglot.pl index a2a5e5e..9771780 100644 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -260,7 +260,7 @@ sub prettyprint_pv { } # white long castling - if ($pv eq 'e1b1' && $piece eq 'K') { + if ($pv eq 'e1c1' && $piece eq 'K') { my @nb = @$board; # king @@ -290,7 +290,7 @@ sub prettyprint_pv { } # black long castling - if ($pv eq 'e8b8' && $piece eq 'k') { + if ($pv eq 'e8c8' && $piece eq 'k') { my @nb = @$board; # king