X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=engineoutput.c;h=4e009603c6d60d086729c0136a800a20eaafa436;hb=b7bf5d068c672d4356bc94711364c03e3d83d6e9;hp=2d0bd06be4283de807efe819d2edbf5259eea2b1;hpb=f856eb7ac5fbeec648f7fd27013905f0a5a26616;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 ); }