X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=e3ac5ab6a78edcb111be4df4103989aa98e5f263;hb=4a0db9ea3c34d7663a039c40ce810ba9cb743cca;hp=26ec6f01c37903ecc1e7e6fe9d0a503a3805d412;hpb=a0486ecb40513db8141fa27c026f64771b8ebb55;p=stockfish 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;