mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
@@ -202,7 +202,7 @@ Move MovePicker::next_move(bool skipQuiets) {
|
||||
move = pick_best(cur++, endMoves);
|
||||
if (move != ttMove)
|
||||
{
|
||||
if (pos.see_ge(move, VALUE_ZERO))
|
||||
if (pos.see_ge(move))
|
||||
return move;
|
||||
|
||||
// Losing capture, move it to the beginning of the array
|
||||
|
||||
Reference in New Issue
Block a user