X-Git-Url: http://winboard.nl/cgi-bin?p=uci2wb.git;a=blobdiff_plain;f=UCI2WB.c;h=7f0223ef62d526cd4bbe801cdd71ea342f408845;hp=5ebe5eff8c127bb3aac42db20a535f401d49d79a;hb=04a35064522994a86ff436cc1705f0ae768bb23f;hpb=5e15f187c0e73082935dce3fef09a436e3467c35 diff --git a/UCI2WB.c b/UCI2WB.c index 5ebe5ef..7f0223e 100644 --- a/UCI2WB.c +++ b/UCI2WB.c @@ -488,7 +488,7 @@ GUI2Engine() char *draw = drawOffer ? " draw" : ""; drawOffer = 0; pondering = 0; pause = 2; moveNr++; startTime = GetTickCount(); // clock starts running now EPRINT((f, "# ponderhit%s\n", draw)) fflush(toE); fflush(stdout); - Sync(PAUSE); // block input during thinking + think = 2; // request blocking input during thinking goto nomove; } StopPonder(1); searching = 0;