X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=backend.c;h=7f38a5d8c945539c0dbbfb7a926ff26b793ec680;hb=2b3e74845df5fa493d77cff31634017d307d8268;hp=8278e5bd511883227bd7c9bd75e8bf80c2e2ccd5;hpb=734ccf35681fc778bd4cee4cd94df4e909b5a497;p=xboard.git diff --git a/backend.c b/backend.c index 8278e5b..7f38a5d 100644 --- a/backend.c +++ b/backend.c @@ -8729,7 +8729,7 @@ FakeBookMove: // [HGM] book: we jump here to simulate machine moves after book h if( count & 1 ) { score = -score; /* Flip score for winning side */ } -printf("score=%d count=%d\n",score,count); + if( score > appData.adjudicateLossThreshold ) { break; }