X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.h;h=42c096d1992ad50d82c78dfaa11b993dd624f57c;hp=6239953e9de2c245c2c866a8a2a5665569c23e54;hb=b08ba446f655ba6292cb0b5a1012e790e4ad8d7d;hpb=e7ab3a0d168cfc978ec154ee5a3c7a0fd0093b63 diff --git a/src/bitboard.h b/src/bitboard.h index 6239953e..42c096d1 100644 --- a/src/bitboard.h +++ b/src/bitboard.h @@ -66,7 +66,7 @@ extern const Bitboard InFrontBB[2][8]; extern Bitboard SetMaskBB[65]; extern Bitboard ClearMaskBB[65]; -extern Bitboard StepAttackBB[16][64]; +extern Bitboard NonSlidingAttacksBB[16][64]; extern Bitboard BetweenBB[64][64]; extern Bitboard SquaresInFrontMask[2][64];