]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Retire Application class
[stockfish] / src / movepick.h
index 1a652d6fd69b44c7ce118a9ff11d07cacf6407b2..c656deaf44bc319ac06fd37bdc679d894ab03422 100644 (file)
@@ -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];
 };