X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=a10e1180c344a3af45a23bf293386d27cc48ddbf;hp=bfab6a4e1cd2829408f1e0d849f3962ab9fd77db;hb=02420d4670e54f41bce5bc6d53fb437b80f9d534;hpb=2c7ab488a8d49e95b7c129be3dd9122b1785eb09 diff --git a/src/search.cpp b/src/search.cpp index bfab6a4e..a10e1180 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -949,7 +949,7 @@ split_point_start: // At split points actual search starts from here { ss->reduction = reduction(depth, moveCount); - if (!PvNode && cutNode && (ss-1)->reduction) + if (!PvNode && cutNode) ss->reduction += ONE_PLY; if (move == countermoves[0] || move == countermoves[1])