X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=03fa5c640373f73affd8a41818ade11606da5845;hp=08981c7de58f137190cb5e042be04fbb3feddbdd;hb=70b1b79264b2a160f72dd2aa92c2f80045e4cd83;hpb=5fc8b27db9a1d9fffeb46d0e2ef40803c55fd4f9 diff --git a/src/search.h b/src/search.h index 08981c7d..03fa5c64 100644 --- a/src/search.h +++ b/src/search.h @@ -44,7 +44,7 @@ struct Stack { Move excludedMove; Move killers[2]; Depth reduction; - Value eval; + Value staticEval; Value evalMargin; int skipNullMove; };