We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148855d commit 3997323Copy full SHA for 3997323
src/misc.cpp
@@ -347,8 +347,6 @@ void Move::Fix (
347
// Check for special moves...
348
349
int pawn_dir = Board.WhiteToMove() ? NORTH : SOUTH;
350
- SQUARE enemyMask = (pawn_dir==NORTH) ? BLACK_MASK : WHITE_MASK;
351
-
352
ChessSide side = Board.WhiteToMove() ? SIDE_WHITE : SIDE_BLACK;
353
354
SQUARE move_piece = Board.GetSquareContents(Source);
0 commit comments