mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-17 15:46:24 +08:00
Better naming borrowed from Critter
In line with http://chessprogramming.wikispaces.com conventions. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -325,7 +325,7 @@ namespace {
|
||||
} while (b);
|
||||
|
||||
offset += maxKey;
|
||||
booster = MagicBoosters[CpuIs64Bit][square_rank(s)];
|
||||
booster = MagicBoosters[CpuIs64Bit][rank_of(s)];
|
||||
|
||||
// Then find a possible magic and the corresponding attacks
|
||||
do {
|
||||
|
||||
Reference in New Issue
Block a user