]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Big qsearch() cleanup
[stockfish] / src / search.h
index 3def04eb058f8bdd346cbeaf47281c9c26e3ec26..6e91159dd30284ec144f8fbfc369e0935e082e11 100644 (file)
@@ -54,9 +54,11 @@ struct SearchStack {
   Move currentMove;
   Move mateKiller;
   Move threatMove;
+  Move excludedMove;
   Move killers[KILLER_MAX];
   Depth reduction;
   Value eval;
+  bool skipNullMove;
 
   void init(int ply);
   void initKillers();