]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Small codestyle touches
[stockfish] / src / movepick.h
index 1a652d6fd69b44c7ce118a9ff11d07cacf6407b2..c71ff1a990f98879c842c483dfc67560039ed440 100644 (file)
@@ -66,7 +66,7 @@ private:
   int badCaptureThreshold, phase;
   const uint8_t* phasePtr;
   MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
-  MoveStack moves[256];
+  MoveStack moves[MOVES_MAX];
 };