X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=222be393be5c915834429b5302cfd5de164bf4fd;hp=f50fdf8803fbaa7c58981058e490ff5dac8ecc9d;hb=33c3a0465358116560174ae7421144be714e43f9;hpb=dc243a3c880d0a736fb93848cf56e3221e07f8a3 diff --git a/src/search.cpp b/src/search.cpp index f50fdf88..222be393 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1152,7 +1152,7 @@ moves_loop: // When in check, search starts from here : -stat_bonus(newDepth); if (move == ss->killers[0]) - bonus += bonus / 4; + bonus += bonus / 4; update_continuation_histories(ss, movedPiece, to_sq(move), bonus); }