X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fbitboard.cpp;h=b3aeed854b70ce656fda25215c213967b3b6ddcc;hb=6184d2b2ac25691dc171560903a81e6d38a0593a;hp=96f0517f12f223a7558f6f27ef749da6aa22602c;hpb=af6072c8b7e849c43b69dc286bcc0de6d9b453a1;p=stockfish diff --git a/src/bitboard.cpp b/src/bitboard.cpp index 96f0517f..b3aeed85 100644 --- a/src/bitboard.cpp +++ b/src/bitboard.cpp @@ -137,7 +137,7 @@ void Bitboards::init() { } } - Direction RookDirections[] = { NORTH, EAST, SOUTH, WEST }; + Direction RookDirections[] = { NORTH, EAST, SOUTH, WEST }; Direction BishopDirections[] = { NORTH_EAST, SOUTH_EAST, SOUTH_WEST, NORTH_WEST }; init_magics(RookTable, RookMagics, RookDirections);