X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=60a44a6fac71ee3e24b5aab6bb782be7a4ecd287;hb=99e547f4cb190e462d0c582b731a0fcf25ce1545;hp=37027ace23153d1dff36b88446df58d5b4be495d;hpb=110644d91834fbf44859aa9aad63c23ed1dafc56;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 37027ace..60a44a6f 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -100,11 +100,11 @@ private: Move* countermoves; Depth depth; Move ttMove; - MoveStack killers[4]; + ExtMove killers[4]; Square recaptureSquare; int captureThreshold, phase; - MoveStack *cur, *end, *endQuiets, *endBadCaptures; - MoveStack moves[MAX_MOVES]; + ExtMove *cur, *end, *endQuiets, *endBadCaptures; + ExtMove moves[MAX_MOVES]; }; #endif // !defined(MOVEPICK_H_INCLUDED)