]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Update SEE to return a Value
[stockfish] / src / movepick.h
index c4676ca4f6e9f5be4b50be4462f92a3286ee9412..caec8d4ab37b4c73e71f963f32e546cf0ba54e99 100644 (file)
@@ -103,7 +103,8 @@ private:
   Move ttMove;
   ExtMove killers[6];
   Square recaptureSquare;
-  int captureThreshold, stage;
+  Value captureThreshold;
+  int stage;
   ExtMove *cur, *end, *endQuiets, *endBadCaptures;
   ExtMove moves[MAX_MOVES];
 };