X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.h;h=1f930988a9fddfd2c6d8cfb3d763d331601c4e56;hp=ef4b83f844b60785c3cca123313537f5e176331b;hb=8b4521df83fb08c1b76e99b0ef9d4611b22bfbf3;hpb=5935daf8a5b6925a6af2084f87e3831b3bb17dac diff --git a/src/pawns.h b/src/pawns.h index ef4b83f8..1f930988 100644 --- a/src/pawns.h +++ b/src/pawns.h @@ -59,10 +59,9 @@ struct Entry { Square kingSquares[COLOR_NB]; Score kingSafety[COLOR_NB]; int castlingRights[COLOR_NB]; - int pawnsOnSquares[COLOR_NB][COLOR_NB]; // [color][light/dark squares] }; -typedef HashTable Table; +typedef HashTable Table; Entry* probe(const Position& pos);