X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsearch.h;h=6e91159dd30284ec144f8fbfc369e0935e082e11;hb=c51e12200a70ba91433181819ac5321f55c49f70;hp=3def04eb058f8bdd346cbeaf47281c9c26e3ec26;hpb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c;p=stockfish diff --git a/src/search.h b/src/search.h index 3def04eb..6e91159d 100644 --- a/src/search.h +++ b/src/search.h @@ -54,9 +54,11 @@ struct SearchStack { Move currentMove; Move mateKiller; Move threatMove; + Move excludedMove; Move killers[KILLER_MAX]; Depth reduction; Value eval; + bool skipNullMove; void init(int ply); void initKillers();