Minor code style tweaks

No functional change.
This commit is contained in:
DU-jdto
2018-07-17 06:53:50 +10:00
committed by Stéphane Nicolet
parent ee0f5cd303
commit a05793517f
5 changed files with 13 additions and 13 deletions

View File

@@ -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);