X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=60a44a6fac71ee3e24b5aab6bb782be7a4ecd287;hp=37027ace23153d1dff36b88446df58d5b4be495d;hb=99e547f4cb190e462d0c582b731a0fcf25ce1545;hpb=4ede49cd850392f28bc9da9537c111d2c3f0b297 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)