X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=b4fb26ae72b9bee3b1bd80f1bfd225e12e654518;hp=2300c76271cc7c85a0d9d7e8bda732b9ba353e20;hb=4b703b142946ae03f03ca75738d927fd44a69b39;hpb=8df17204f4469977604695e4ae5d63ae47a575ff diff --git a/src/search.h b/src/search.h index 2300c762..b4fb26ae 100644 --- a/src/search.h +++ b/src/search.h @@ -47,7 +47,7 @@ struct Stack { Value staticEval; Value evalMargin; int skipNullMove; - int futMc; + int futilityMoveCount; };