diff --git a/src/search.cpp b/src/search.cpp index d7abef3d..5b16b269 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1223,7 +1223,7 @@ moves_loop: // When in check, search starts here r += (ss->quietMoveStreak - 1) * 50; // For first picked move (ttMove) reduce reduction - else if (move == ttData.move) + if (move == ttData.move) r -= 2006; if (capture)