From dd4aef500fb4fee7618867aa4396fde6f76909dd Mon Sep 17 00:00:00 2001 From: H.G. Muller Date: Sat, 1 Jun 2013 22:58:32 +0200 Subject: [PATCH] Fix clearing of ponder move --- hachu.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) 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; -- 1.7.0.4