]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
join scale_factor, initiative and mg+eg reduction
[stockfish] / src / search.cpp
index 35110538170c5cb03732a955b1cbe4b616eb7dc2..efa7b9c5db9110fce4ef3a1b2d13fb105dd4c303 100644 (file)
@@ -971,7 +971,7 @@ moves_loop: // When in check, search starts from here
                                       contHist,
                                       countermove,
                                       ss->killers,
-                                      depth > 12 ? ss->ply : MAX_PLY);
+                                      ss->ply);
 
     value = bestValue;
     singularQuietLMR = moveCountPruning = false;