]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Offset pv[] always from 0
[stockfish] / src / search.h
index 3def04eb058f8bdd346cbeaf47281c9c26e3ec26..12f365dc536ede5625bd94b470033cd3a0ec269e 100644 (file)
@@ -54,11 +54,13 @@ 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 init();
   void initKillers();
 };