]> git.sesse.net Git - stockfish/blobdiff - src/pawns.h
More bonus for free passed pawn
[stockfish] / src / pawns.h
index ef4b83f844b60785c3cca123313537f5e176331b..1f930988a9fddfd2c6d8cfb3d763d331601c4e56 100644 (file)
@@ -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<Entry, 16384> Table;
+typedef HashTable<Entry, 131072> Table;
 
 Entry* probe(const Position& pos);