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:
parent
2ed22e4fc8
commit
7000e100bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue