X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=477570e3919e3d40c7d0092e44a61630a4357e61;hp=7c46980b2d36f07808e1f7acd8b02fbdb46062ac;hb=b40e45c1cc51bd228898314264d6d241478b23d8;hpb=36a93d90f76d32e16a5f2acb09b7de2d67225021 diff --git a/src/search.h b/src/search.h index 7c46980b..477570e3 100644 --- a/src/search.h +++ b/src/search.h @@ -37,7 +37,7 @@ namespace Search { struct Stack { Move* pv; - PieceToHistory* history; + PieceToHistory* contHistory; int ply; Move currentMove; Move excludedMove; @@ -64,6 +64,7 @@ struct RootMove { Value score = -VALUE_INFINITE; Value previousScore = -VALUE_INFINITE; + int selDepth = 0; std::vector pv; };