]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Retire FakeSplit
[stockfish] / src / search.h
index 7d7cce0e027ad95e67a55303f9a698870ebafc7e..5c2dfc8ac422b47777dca33164ea6ad6e7887d41 100644 (file)
@@ -45,7 +45,7 @@ struct Stack {
   Move killers[2];
   Depth reduction;
   Value staticEval;
-  int skipNullMove;
+  bool skipNullMove;
 };