X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=a3bef714e090cb7970cdc88766006b8f8f2b7c69;hp=12f365dc536ede5625bd94b470033cd3a0ec269e;hb=0a687b2cf06fda0cc8e103c8cf9c3bbd564b02d6;hpb=eb48c54687e8a378d1180daa54fb6252a707fa20 diff --git a/src/search.h b/src/search.h index 12f365dc..a3bef714 100644 --- a/src/search.h +++ b/src/search.h @@ -55,6 +55,7 @@ struct SearchStack { Move mateKiller; Move threatMove; Move excludedMove; + Move bestMove; Move killers[KILLER_MAX]; Depth reduction; Value eval;