From 7000e100bd35949b80e9f52cd175c652d5211a0a Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Fri, 14 Nov 2008 22:21:35 +0100 Subject: [PATCH] Enable per-square MVV/LVA Signed-off-by: Marco Costalba --- src/movepick.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/movepick.cpp b/src/movepick.cpp index 1519f85d..34c69895 100644 --- a/src/movepick.cpp +++ b/src/movepick.cpp @@ -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 { -- 2.39.2