]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
AppVeyor: run bench after build
[stockfish] / src / search.cpp
index eae3468074d18e0ba9d4c2bea5cd0c2702292d08..112e149dc1cd7c6a297daa5b02eed7d9e009921e 100644 (file)
@@ -743,7 +743,7 @@ namespace {
         &&  eval - futility_margin(depth) >= beta
         &&  eval < VALUE_KNOWN_WIN  // Do not return unproven wins
         &&  pos.non_pawn_material(pos.side_to_move()))
-        return eval - futility_margin(depth);
+        return eval;
 
     // Step 8. Null move search with verification search (is omitted in PV nodes)
     if (   !PvNode