X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=0517afc5d149d6f0318f0f44a611d35569fb67f6;hp=79c6e43fbfef370367f37ca5bbd75ee53c2f39f2;hb=80d59eea392fc073f6d0ba29cb9a97e3d705ee58;hpb=d703d2b5e760edf4d34b6664f2d0552ffe424b12 diff --git a/src/thread.h b/src/thread.h index 79c6e43f..0517afc5 100644 --- a/src/thread.h +++ b/src/thread.h @@ -71,7 +71,7 @@ public: CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; - ContinuationHistory continuationHistory; + ContinuationHistory continuationHistory[2][2]; Score contempt; };