mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Convert also undo_null_move() to avoid passing UndoInfo object
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -1201,7 +1201,7 @@ namespace {
|
||||
&& pos.see(ss[ply + 1].currentMove) + nullValue >= beta)
|
||||
nullDrivenIID = true;
|
||||
|
||||
pos.undo_null_move(u);
|
||||
pos.undo_null_move();
|
||||
|
||||
if (value_is_mate(nullValue))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user