X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=25e71a845c36c201b54fbd405e7fc2587d76a656;hp=ab1076cd61891559d84d198940880e6cbf988f61;hb=53ab32ef0b6e47d8d962f8c1fccd32d3c22f138c;hpb=402a7ae151cfc6090c8f6682763b0fb3729bf8ca diff --git a/src/search.h b/src/search.h index ab1076cd..25e71a84 100644 --- a/src/search.h +++ b/src/search.h @@ -41,6 +41,7 @@ struct Stack { SplitPoint* splitPoint; int ply; Move currentMove; + Move ttMove; Move excludedMove; Move killers[2]; Depth reduction;