X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=5d14f0642195febc82309eff7234f5a3c2811425;hp=fd2222b4ec9360cf3c04e882d3324aa2ea23b444;hb=f2e78d9f841b53b8d512ad2687ff982cf841df58;hpb=b5bbc1f71359e2bee21915e724c490898ba41a86 diff --git a/src/position.h b/src/position.h index fd2222b4..5d14f064 100644 --- a/src/position.h +++ b/src/position.h @@ -263,7 +263,7 @@ private: // Static variables static Score pieceSquareTable[16][64]; // [piece][square] - static Key zobrist[2][8][64]; // [color][pieceType][square] + static Key zobrist[2][8][64]; // [color][pieceType][square]/[piece count] static Key zobEp[64]; // [square] static Key zobCastle[16]; // [castleRight] static Key zobSideToMove;