X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=693bea940548f31d975db84c428d2b8273819c8a;hp=af32165c656d18ed96ba8367a5979312f5d039af;hb=221f41c2dffd100e8069bde7785022f4366f1e70;hpb=a8b9c11f5666a6298d684e21156f4ac9d89c8d8c diff --git a/src/search.cpp b/src/search.cpp index af32165c..693bea94 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1948,7 +1948,7 @@ namespace { if (*dangerous) { - if (moveIsCheck) + if (moveIsCheck && pos.see_sign(m)>= 0) result += CheckExtension[PvNode]; if (singleEvasion)