X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;h=4e009603c6d60d086729c0136a800a20eaafa436;hb=1161f02260cfbb6a22a6d9de91bb31e27f16cc88;hp=2d0bd06be4283de807efe819d2edbf5259eea2b1;hpb=6e40d1751ec11a717529545c7253fc6a8236bc24;p=xboard.git diff --git a/engineoutput.c b/engineoutput.c index 2d0bd06..4e00960 100644 --- a/engineoutput.c +++ b/engineoutput.c @@ -222,7 +222,7 @@ SetProgramStats (FrontEndProgramStats * stats) // now directly called by back-en clearMemo = TRUE; } - if( lastForwardMostMove[which] != forwardMostMove ) { + if( lastForwardMostMove[which] != forwardMostMove && endPV < 0) { clearMemo = TRUE; } @@ -257,7 +257,7 @@ SetProgramStats (FrontEndProgramStats * stats) // now directly called by back-en /* Update */ lastDepth[which] = depth == 1 && ed.nodes == 0 ? 0 : depth; // [HGM] info-line kudge - lastForwardMostMove[which] = forwardMostMove; + if(endPV < 0) lastForwardMostMove[which] = forwardMostMove; // not during PV walk! UpdateControls( &ed ); }