]> git.sesse.net Git - stockfish/blobdiff - src/movepick.h
Delay killers[] initialization
[stockfish] / src / movepick.h
index 5fbaa688631f9e97864820e6254648179c0cbe08..57fe1c0ec304a76fd2542e97876c811eac92b6d2 100644 (file)
@@ -97,6 +97,7 @@ private:
   const Position& pos;
   const HistoryStats& history;
   Search::Stack* ss;
+  Move* countermoves;
   Depth depth;
   Move ttMove;
   MoveStack killers[4];