X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=5010ee627f41ef8b94464dd07c15a24c2ee79325;hp=9ffebc0038157c0be17f3094dc4a911e12578115;hb=1d5eaba5735e24c3afdeb07a5108d7ebf9e3ff57;hpb=ac8e6ff000d3d990ae07297ec60e33a9cfb513b1 diff --git a/src/movepick.h b/src/movepick.h index 9ffebc00..5010ee62 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -88,7 +88,7 @@ public: MovePicker(const Position&, Move, Depth, const HistoryStats&, const CounterMovesHistoryStats&, Square); MovePicker(const Position&, Move, const HistoryStats&, const CounterMovesHistoryStats&, PieceType); - MovePicker(const Position&, Move, Depth, const HistoryStats&, const CounterMovesHistoryStats&, Move*, Move*, Search::Stack*); + MovePicker(const Position&, Move, Depth, const HistoryStats&, const CounterMovesHistoryStats&, Move*, Search::Stack*); template Move next_move(); @@ -103,10 +103,9 @@ private: const CounterMovesHistoryStats& counterMovesHistory; Search::Stack* ss; Move* countermoves; - Move* followupmoves; Depth depth; Move ttMove; - ExtMove killers[6]; + ExtMove killers[4]; Square recaptureSquare; Value captureThreshold; int stage;