X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=c656deaf44bc319ac06fd37bdc679d894ab03422;hb=b36900ef44044e9ab96637c9da7a4d7ea5b055d9;hp=1a652d6fd69b44c7ce118a9ff11d07cacf6407b2;hpb=42ed4889876e761b006d0452e6cad9fdb94094f0;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index 1a652d6f..c656deaf 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -64,9 +64,9 @@ private: Bitboard pinned; MoveStack ttMoves[2], killers[2]; int badCaptureThreshold, phase; - const uint8_t* phasePtr; + const int* phasePtr; MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures; - MoveStack moves[256]; + MoveStack moves[MOVES_MAX]; };