1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-29 16:23:09 +00:00

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
{