]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Copy killers in the movepicker
[stockfish] / src / movepick.h
index 1a81dbde7b21a2bc4fe3535dfb7fe2ccbf71a36e..ae2ee3814ea838acf096ef3c73d3135892b16607 100644 (file)
@@ -111,6 +111,7 @@ private:
 
   const Position& pos;
   const Search::Stack* ss;
+  Move killers[2];
   Move countermove;
   Depth depth;
   Move ttMove;