]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Do not sort negative non captures at low depth
[stockfish] / src / movepick.h
index c4d665a93a3cb34eb95a679e14fd5b084021dd5b..d0ced0474ffd901e6b34275acf520147001fe506 100644 (file)
@@ -53,6 +53,7 @@ private:
 
   const Position& pos;
   const History& H;
+  Depth depth;
   Move ttMove;
   MoveStack killers[2];
   int captureThreshold, phase;