]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Verified SEE pruning for capturing and checking moves.
[stockfish] / src / movepick.h
index b6c073782408e9b730bd8bd2c006f748ec4c1a29..725607b8a54c2d873f4dd75faa9294357407afb4 100644 (file)
@@ -150,6 +150,7 @@ private:
   Value threshold;
   Depth depth;
   ExtMove moves[MAX_MOVES];
+  Bitboard occupied;
 };
 
 } // namespace Stockfish