]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Revert "Double Impact of Gain tables"
[stockfish] / src / search.cpp
index ed029b4c4a08e6d15b3ef28f2b4b246b04ad74d9..60667c8764e32a01f904477e66ad614b57b73b57 100644 (file)
@@ -440,6 +440,7 @@ namespace {
             if (    depth >= 12
                 && !stop
                 &&  PVSize == 1
+                &&  bestValue > VALUE_MATED_IN_MAX_PLY
                 && (   RootMoves.size() == 1
                     || Time::now() - SearchTime > (TimeMgr.available_time() * 20) / 100))
             {