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