X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;fp=src%2Fsearch.h;h=e3ac5ab6a78edcb111be4df4103989aa98e5f263;hp=26ec6f01c37903ecc1e7e6fe9d0a503a3805d412;hb=12e79be91039796299187ba1b2f1559552642ea4;hpb=3913726d1c8ef3b994dd8090c98814fa7e7f5874 diff --git a/src/search.h b/src/search.h index 26ec6f01..e3ac5ab6 100644 --- a/src/search.h +++ b/src/search.h @@ -41,7 +41,7 @@ constexpr int CounterMovePruneThreshold = 0; struct Stack { Move* pv; - PieceToHistory* contHistory; + PieceToHistory* continuationHistory; int ply; Move currentMove; Move excludedMove;