]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Use less reduction for escaping moves
[stockfish] / src / movepick.h
index 979709ae682885baa073488b1e335c701abfc8ea..55fcc6442dc871923400ac2fbd804d1453e0f907 100644 (file)
@@ -131,6 +131,8 @@ public:
   MovePicker(const Position&, Move, Value, Depth, const CapturePieceToHistory*);
   Move next_move(bool skipQuiets = false);
 
+  Bitboard threatenedPieces;
+
 private:
   template<PickType T, typename Pred> Move select(Pred);
   template<GenType> void score();