]> git.sesse.net Git - stockfish/blobdiff - src/movepick.cpp
Enable per-square MVV/LVA
[stockfish] / src / movepick.cpp
index 1519f85d04388c1b24940a31c4babf65ea33f7e0..34c69895562136317dc1ecb7d13917a42f262c60 100644 (file)
@@ -372,7 +372,7 @@ Move MovePicker::pick_move_from_list() {
 
       while (movesPicked < numOfMoves)
       {
-          bestIndex = find_best_index();
+          bestIndex = find_best_index(&capSquares, capSqValues);
 
           if (bestIndex != -1) // Found a good capture
           {