]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Verified SEE pruning for capturing and checking moves.
[stockfish] / src / position.h
index d3483bcf890e95902d147e456f2cd688458214b9..670b621ce7452b8b7491da4ce8ed065307eb95d7 100644 (file)
@@ -144,7 +144,7 @@ public:
   void undo_null_move();
 
   // Static Exchange Evaluation
-  bool see_ge(Move m, Value threshold = VALUE_ZERO) const;
+  bool see_ge(Move m, Bitboard& occupied, Value threshold = VALUE_ZERO) const;
 
   // Accessing hash keys
   Key key() const;