From: H.G.Muller Date: Mon, 4 Jul 2022 17:52:56 +0000 (+0200) Subject: Fix book probe on Machine Black X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=60fb0fdc217277a854195547dd30b59bc6de1757;p=xboard.git Fix book probe on Machine Black Not sure why this was needed anymore. --- diff --git a/backend.c b/backend.c index e4b939c..9460ad0 100644 --- a/backend.c +++ b/backend.c @@ -15304,6 +15304,7 @@ MachineBlackEvent () SetMachineThinkingEnables(); first.maybeThinking = TRUE; StartClocks(); + firstMove = FALSE; if (appData.autoFlipView && flipView) { flipView = !flipView;