X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=ba8a90539e6f7c343dea616136ec95a3ba59915a;hp=a5e01f9001149291f13439fffac3e9c78f765644;hb=e06a117d5e78ec4edc051f2b161d36559f784d37;hpb=d8f683760c9eb6d2c4714ec83e717dd2143de55c diff --git a/src/search.h b/src/search.h index a5e01f90..ba8a9053 100644 --- a/src/search.h +++ b/src/search.h @@ -44,7 +44,7 @@ struct Stack { Move excludedMove; Move killers[2]; Value staticEval; - Value history; + int history; int moveCount; };