Fix book probe on Machine Black
authorH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 4 Jul 2022 17:52:56 +0000 (19:52 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Mon, 4 Jul 2022 17:52:56 +0000 (19:52 +0200)
Not sure why this was needed anymore.

backend.c

index e4b939c..9460ad0 100644 (file)
--- a/backend.c
+++ b/backend.c
@@ -15304,6 +15304,7 @@ MachineBlackEvent ()
     SetMachineThinkingEnables();
     first.maybeThinking = TRUE;
     StartClocks();
+    firstMove = FALSE;
 
     if (appData.autoFlipView && flipView) {
       flipView = !flipView;