]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Retire PieceValueXXX[] getters
[stockfish] / src / position.h
index fd2222b4ec9360cf3c04e882d3324aa2ea23b444..5d14f0642195febc82309eff7234f5a3c2811425 100644 (file)
@@ -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;