]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Contempt factor: use DrawValue also in case of stealmates
[stockfish] / src / thread.h
index f69012aeb0a3053130b85abada02704b7781d531..6817e20e53e78fb0d9be02d2031ab3439d10d13d 100644 (file)
@@ -151,7 +151,7 @@ public:
 
   template <bool Fake>
   Value split(Position& pos, Search::Stack* ss, Value alpha, Value beta, Value bestValue, Move* bestMove,
-              Depth depth, Move threatMove, int moveCount, MovePicker* mp, int nodeType);
+              Depth depth, Move threatMove, int moveCount, MovePicker& mp, int nodeType);
 private:
   friend class Thread;
   friend void check_time();