X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=544c3ee51ec4c38e110ea9d046a642e4395ee59a;hp=a32ff4b6b2b209744951d2345a3bf3553b19cb66;hb=f27339d35b6c8ccd1f83914b334c89111e62f320;hpb=2e1369d0302a87d570e509af7041a1be22b836a0 diff --git a/src/search.cpp b/src/search.cpp index a32ff4b6..544c3ee5 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -957,7 +957,7 @@ moves_loop: // When in check, search starts from here contHist, countermove, ss->killers, - depth > 12 && ttPv ? ss->ply : MAX_PLY); + depth > 12 ? ss->ply : MAX_PLY); value = bestValue; singularLMR = moveCountPruning = false;