]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Rename MoveStack to ExtMove
[stockfish] / src / movepick.h
index 37027ace23153d1dff36b88446df58d5b4be495d..60a44a6fac71ee3e24b5aab6bb782be7a4ecd287 100644 (file)
@@ -100,11 +100,11 @@ private:
   Move* countermoves;
   Depth depth;
   Move ttMove;
-  MoveStack killers[4];
+  ExtMove killers[4];
   Square recaptureSquare;
   int captureThreshold, phase;
-  MoveStack *cur, *end, *endQuiets, *endBadCaptures;
-  MoveStack moves[MAX_MOVES];
+  ExtMove *cur, *end, *endQuiets, *endBadCaptures;
+  ExtMove moves[MAX_MOVES];
 };
 
 #endif // !defined(MOVEPICK_H_INCLUDED)