X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=25e71a845c36c201b54fbd405e7fc2587d76a656;hp=ab1076cd61891559d84d198940880e6cbf988f61;hb=216972186ea861c99d3a7bccabfff842ef87933c;hpb=a5869d8d2532c6bb8dbcba7d74331c0ac0230482 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;