X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbitboard.cpp;fp=src%2Fbitboard.cpp;h=b3aeed854b70ce656fda25215c213967b3b6ddcc;hp=96f0517f12f223a7558f6f27ef749da6aa22602c;hb=a05793517f9c1e4483df7928473a1ff3a2a8d640;hpb=ee0f5cd3034d4da3349f1fd8b43aaafce908b22e 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);