X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=cd206faab987c71ee5bcc41406b2e42d75dab3eb;hb=e4b7403f127a36a35bbace9f833ab43babd98a6c;hp=387937390c18b1381fccc2e18755b69f3f73c2c9;hpb=7b278aab9f61620b9dba31896b38aeea1eb911e2;p=stockfish diff --git a/src/thread.h b/src/thread.h index 38793739..cd206faa 100644 --- a/src/thread.h +++ b/src/thread.h @@ -68,6 +68,7 @@ public: int selDepth, nmpMinPly; Color nmpColor; ExplosionState state; + Value optimism[COLOR_NB]; Position rootPos; StateInfo rootState;