From: Steinar H. Gunderson Date: Mon, 18 Nov 2013 01:02:19 +0000 (+0100) Subject: Fix an issue where moves in the secondary engine search would linger around from... X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=61a53bad4fc57512897769ef778755a1cf7c0f9e;hp=aef8c5f5ed0c9fb515182eac0cfb2fee07fac45b Fix an issue where moves in the secondary engine search would linger around from previous omves. --- diff --git a/remoteglot.pl b/remoteglot.pl index 39fa629..1d4f7d4 100755 --- a/remoteglot.pl +++ b/remoteglot.pl @@ -239,6 +239,7 @@ sub handle_uci { $pos_waiting = undef; } } else { + $engine2->{'info'} = {}; my $pos = $pos_waiting // $pos_calculating; uciprint($engine2, "position fen " . $pos->{'fen'}); uciprint($engine2, "go infinite");