X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=6214fb5b39b564d12cf47699a2adb74c378c095d;hb=90c18b0b500a5226717353a37a82cd026d71b616;hp=0ebf4e20276fc0fed08e39a8448b8e7d3830ed2e;hpb=d3d0c69dc1baf03c93252da3583b1b746c5a7ab6;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 0ebf4e20..6214fb5b 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -786,8 +786,7 @@ namespace { && eval >= beta && eval < 29462 // smaller than TB wins && !( !ttCapture - && ttMove - && thisThread->mainHistory[us][from_to(ttMove)] < 989)) + && ttMove)) return eval; // Step 9. Null move search with verification search (~35 Elo)