From 60fb0fdc217277a854195547dd30b59bc6de1757 Mon Sep 17 00:00:00 2001 From: H.G.Muller Date: Mon, 4 Jul 2022 19:52:56 +0200 Subject: [PATCH] Fix book probe on Machine Black Not sure why this was needed anymore. --- backend.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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; -- 1.7.0.4