X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=572025f20e0edb936f8dba3b7df4eb74dc2013cf;hb=4064ee540649cb46ad4cc4a6080bd4ef41314cb9;hp=60a44a6fac71ee3e24b5aab6bb782be7a4ecd287;hpb=99e547f4cb190e462d0c582b731a0fcf25ce1545;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 60a44a6f..572025f2 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -86,7 +86,7 @@ class MovePicker { public: MovePicker(const Position&, Move, Depth, const HistoryStats&, Square); MovePicker(const Position&, Move, const HistoryStats&, PieceType); - MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*, Value); + MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*); template Move next_move(); @@ -102,7 +102,7 @@ private: Move ttMove; ExtMove killers[4]; Square recaptureSquare; - int captureThreshold, phase; + int captureThreshold, stage; ExtMove *cur, *end, *endQuiets, *endBadCaptures; ExtMove moves[MAX_MOVES]; };