From: H.G. Muller Date: Sun, 27 Sep 2009 19:25:25 +0000 (-0700) Subject: Engine did not start playing when out of GUI book on second move with white X-Git-Tag: v4.4.1.20091019~72 X-Git-Url: http://winboard.nl/cgi-bin?p=xboard.git;a=commitdiff_plain;h=a6215f0ddd16d9576cd1a05d51ae4b017f4562fb Engine did not start playing when out of GUI book on second move with white --- diff --git a/backend.c b/backend.c index 8d016bc..912acb2 100644 --- a/backend.c +++ b/backend.c @@ -10541,6 +10541,7 @@ MachineWhiteEvent() SetMachineThinkingEnables(); first.maybeThinking = TRUE; StartClocks(); + firstMove = FALSE; if (appData.autoFlipView && !flipView) { flipView = !flipView;