X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmovepick.h;h=c71ff1a990f98879c842c483dfc67560039ed440;hp=4a4610566c711615aa7f39a27631b5cedae18365;hb=d4ded09e17c607c6f814e398aea9ea559c35f8ee;hpb=4419924fcfd04ad65663b19aa5e122af1339b0eb diff --git a/src/movepick.h b/src/movepick.h index 4a461056..c71ff1a9 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -65,8 +65,8 @@ private: MoveStack ttMoves[2], killers[2]; int badCaptureThreshold, phase; const uint8_t* phasePtr; - MoveStack *curMove, *lastMove, *lastGoodNonCapture, *lastBadCapture; - MoveStack moves[256], badCaptures[64]; + MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures; + MoveStack moves[MOVES_MAX]; };