From 61a53bad4fc57512897769ef778755a1cf7c0f9e Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 18 Nov 2013 02:02:19 +0100 Subject: [PATCH] Fix an issue where moves in the secondary engine search would linger around from previous omves. --- remoteglot.pl | 1 + 1 file changed, 1 insertion(+) 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"); -- 2.39.2