X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=hachu.c;h=9a8c518352226c1194b27d950fc46a94814f510d;hb=dd4aef500fb4fee7618867aa4396fde6f76909dd;hp=aa37ab3f44b6648e853fe784e1e3426c0a784385;hpb=c40c2b9d2eb9abc3cd530a1ff96aaf0e6fc91643;p=hachu.git 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;