X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=20cfd4741fab7ca35c2e55979e6794eecb373409;hp=9151f840658a3b6313d5e1b33b6a98181a65706b;hb=589c711449ef09b459b76d8891b6abc5c0b843bd;hpb=158864270a055fe20dca4a87f4b7a8aa9cedfeb9 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; };