X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.cpp;h=c41df1f0fdcb7005526a20ba2b349cfaa3c80542;hb=a85928e7ecf36431aee5bf48d46bfea4e6085cb7;hp=66402f0429a390d491aeaae86b26021e5f5de185;hpb=760b7462bc89e4202ef6b43dc052b4364167ed4d;p=stockfish diff --git a/src/search.cpp b/src/search.cpp index 66402f04..c41df1f0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1172,8 +1172,7 @@ moves_loop: // When in check, search starts from here - 4923; // Decrease/increase reduction for moves with a good/bad history (~30 Elo) - if (!ss->inCheck) - r -= ss->statScore / 14721; + r -= ss->statScore / 14721; } // In general we want to cap the LMR depth search at newDepth. But if