X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=d8051ec0321fc354ff1d8b0a60eda15a2f69fc8a;hp=121ab8d12446e366bd965619cf23bdb1849e2807;hb=e4659693de364cf20466367f508355799691799e;hpb=057d710fc2f23b63b574122f2609e03f58d2e494 diff --git a/src/search.h b/src/search.h index 121ab8d1..d8051ec0 100644 --- a/src/search.h +++ b/src/search.h @@ -43,6 +43,7 @@ struct Stack { Move excludedMove; Move killers[2]; Value staticEval; + Value history; bool skipEarlyPruning; int moveCount; CounterMoveStats* counterMoves;