Enable per-square MVV/LVA

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2008-11-14 22:21:35 +01:00
parent 2ed22e4fc8
commit 7000e100bd

View 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
{