X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=4ad5784f8db15d7ddf7e6b2fdfdef8a9d3033b7b;hb=4c7de9e8abd8d5dc71d0c85dddd75a7b244600d7;hp=806295a1100f196811c745632b26568ed0ea4445;hpb=ad926d34c0105d523bfa5cb92cbcf9f337d54c08;p=stockfish diff --git a/src/search.h b/src/search.h index 806295a1..4ad5784f 100644 --- a/src/search.h +++ b/src/search.h @@ -47,13 +47,13 @@ struct Stack { Move excludedMove; Move killers[2]; Value staticEval; - Depth depth; int statScore; int moveCount; bool inCheck; bool ttPv; bool ttHit; int doubleExtensions; + int cutoffCnt; };