X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;fp=src%2Fbitboard.cpp;h=105d201f1c17de3ca2cfc9a1cad5a2d9aab4efd7;hp=77f49ef675c506ce175a7cc4658661ff2530b65d;hb=8df1cd10df0869f05916d1eb19e33b66127fcb86;hpb=2d0af36753a2f1acdf43b4e1d30d56ad8effc429 diff --git a/src/bitboard.cpp b/src/bitboard.cpp index 77f49ef6..105d201f 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -24,7 +24,7 @@ #include "misc.h" uint8_t PopCnt16[1 << 16]; -int SquareDistance[SQUARE_NB][SQUARE_NB]; +int8_t SquareDistance[SQUARE_NB][SQUARE_NB]; Bitboard SquareBB[SQUARE_NB]; Bitboard FileBB[FILE_NB];