X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=12f365dc536ede5625bd94b470033cd3a0ec269e;hp=3def04eb058f8bdd346cbeaf47281c9c26e3ec26;hb=a04dcce6289c39ea497de67ab43306ca6d47319b;hpb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c diff --git a/src/search.h b/src/search.h index 3def04eb..12f365dc 100644 --- a/src/search.h +++ b/src/search.h @@ -54,11 +54,13 @@ 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 init(); void initKillers(); };