X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.cpp;h=fef1b518160abf00e7e6e4ac14a7e656d2ed4046;hp=3cf50eb57bef13e3fda837814754c30b3ac4af25;hb=36f8d3806bb1c6e498ac8fd1a746c1714d1485a3;hpb=dbd7f602d3c7622df294f87d7239b5aaf31f695f diff --git a/src/search.cpp b/src/search.cpp index 3cf50eb5..fef1b518 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -760,6 +760,7 @@ namespace { ss->staticEval = eval = -(ss-1)->staticEval; // Save static evaluation into transposition table + if(!excludedMove) tte->save(posKey, VALUE_NONE, ss->ttPv, BOUND_NONE, DEPTH_NONE, MOVE_NONE, eval); }