X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=hachu.c;h=0c8a239157f1512556df505a6eb1b003eb2dce24;hb=b3826cf0103b476b9500318a6c6b974ebf2a14af;hp=0eea758c2942ec64c258a2849546efa1bcc84549;hpb=28f101a78d114364e46e053a84a185895f104750;p=hachu.git diff --git a/hachu.c b/hachu.c index 0eea758..0c8a239 100644 --- a/hachu.c +++ b/hachu.c @@ -1950,6 +1950,7 @@ if(PATH) printf("# autofail end (%d-%d)\n", firstMove, msp); case 6: // non-captures nonCapts = msp; nullMove = GenNonCapts(oldPromo); + if(msp == nonCapts) goto cutoff; #ifdef KILLERS { // swap killers to front Move h = killer[level][0]; int j = curMove;