]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Fix 'generation' type to uint8_t
[stockfish] / src / movepick.h
index c656deaf44bc319ac06fd37bdc679d894ab03422..c71ff1a990f98879c842c483dfc67560039ed440 100644 (file)
@@ -64,7 +64,7 @@ private:
   Bitboard pinned;
   MoveStack ttMoves[2], killers[2];
   int badCaptureThreshold, phase;
-  const int* phasePtr;
+  const uint8_t* phasePtr;
   MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
   MoveStack moves[MOVES_MAX];
 };