X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=20cfd4741fab7ca35c2e55979e6794eecb373409;hp=9151f840658a3b6313d5e1b33b6a98181a65706b;hb=62f531254e03f946c92ad307fb68c7faa2806d16;hpb=fbb53524efd94c4b227c72c725c628a4aa5f9f72 diff --git a/src/search.h b/src/search.h index 9151f840..20cfd474 100644 --- a/src/search.h +++ b/src/search.h @@ -46,7 +46,7 @@ struct Stack { Move killers[2]; Depth reduction; Value staticEval; - bool skipNullMove; + bool skipEarlyPruning; };