]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Join refutation stages in the movepicker
[stockfish] / src / movepick.h
index 0ad72933001384edace7698fdd4bb3a7d65f0001..60bf0b947a6639af89eb66210d5dcffbe9827826 100644 (file)
@@ -131,8 +131,8 @@ private:
   const ButterflyHistory* mainHistory;
   const CapturePieceToHistory* captureHistory;
   const PieceToHistory** contHistory;
-  Move ttMove, refutations[3];
-  ExtMove *cur, *endMoves, *endBadCaptures;
+  Move ttMove;
+  ExtMove refutations[3], *cur, *endMoves, *endBadCaptures;
   int stage;
   Move move;
   Square recaptureSquare;