From: H.G. Muller Date: Sat, 1 Jun 2013 20:58:32 +0000 (+0200) Subject: Fix clearing of ponder move X-Git-Tag: 0.18~39 X-Git-Url: http://winboard.nl/cgi-bin?p=hachu.git;a=commitdiff_plain;h=dd4aef500fb4fee7618867aa4396fde6f76909dd Fix clearing of ponder move --- diff --git a/hachu.c b/hachu.c index aa37ab3..9a8c518 100644 --- a/hachu.c +++ b/hachu.c @@ -2454,6 +2454,7 @@ pboard(board); } continue; } + ponderMove = INVALID; // the following commands change the position, invalidating ponder move listEnd = 0; if(!strcmp(command, "new")) { engineSide = BLACK; Init(V_CHESS); stm = Setup2(NULL); maxDepth = MAXPLY; randomize = OFF; curVarNr = comp = 0;