X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=8993a4b05fbf3069c8f55e092cfa4d27ee6b8dc5;hp=b4a69092ccedc1489c53ae7c064ec99b46e9e157;hb=93349d0dbd22f063b39e6815c02835a4748fffbc;hpb=fa1a2a0667ff81f04e94cab078c50c2d51f4cb5e;ds=sidebyside diff --git a/src/search.cpp b/src/search.cpp index b4a69092..8993a4b0 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1070,7 +1070,7 @@ moves_loop: // When in check, search starts from here Depth r = reduction(improving, depth, moveCount); // Reduction if other threads are searching this position. - if (th.marked()) + if (th.marked()) r += ONE_PLY; // Decrease reduction if position is or has been on the PV