]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Clarify when forcing the moves loop
[stockfish] / src / search.h
index 9151f840658a3b6313d5e1b33b6a98181a65706b..20cfd4741fab7ca35c2e55979e6794eecb373409 100644 (file)
@@ -46,7 +46,7 @@ struct Stack {
   Move killers[2];
   Depth reduction;
   Value staticEval;
-  bool skipNullMove;
+  bool skipEarlyPruning;
 };