X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fmovepick.h;h=c656deaf44bc319ac06fd37bdc679d894ab03422;hb=4cd53b68d0cc75fdf8eac28daad680b974f56cf7;hp=c71ff1a990f98879c842c483dfc67560039ed440;hpb=7733dadfd7c8781e3bde3cc4e21751fa44ab6ed8;p=stockfish diff --git a/src/movepick.h b/src/movepick.h index c71ff1a9..c656deaf 100644 --- a/src/movepick.h +++ b/src/movepick.h @@ -64,7 +64,7 @@ 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[MOVES_MAX]; };