]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Offset pv[] always from 0
[stockfish] / src / search.h
index 73a1dcf0d508410a3116103b7d3314b2db9fc310..12f365dc536ede5625bd94b470033cd3a0ec269e 100644 (file)
@@ -58,8 +58,9 @@ struct SearchStack {
   Move killers[KILLER_MAX];
   Depth reduction;
   Value eval;
+  bool skipNullMove;
 
-  void init(int ply);
+  void init();
   void initKillers();
 };