X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.h;h=c2d5d8e9295d424ae130a411436cbb99b1ff0581;hb=f72b7dc99af07c4f012ef229f9d3dcc490d6d69f;hp=121ab8d12446e366bd965619cf23bdb1849e2807;hpb=057d710fc2f23b63b574122f2609e03f58d2e494;p=stockfish diff --git a/src/search.h b/src/search.h index 121ab8d1..c2d5d8e9 100644 --- a/src/search.h +++ b/src/search.h @@ -38,14 +38,14 @@ namespace Search { struct Stack { Move* pv; + CounterMoveStats* counterMoves; int ply; Move currentMove; Move excludedMove; Move killers[2]; Value staticEval; - bool skipEarlyPruning; + Value history; int moveCount; - CounterMoveStats* counterMoves; };