mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 14:27:45 +00:00
Fix compilation issues.
This commit is contained in:
@@ -5629,13 +5629,13 @@ namespace chess
|
|||||||
king ^= CastlingTraits::kingDestination[attackerColor][castleType];
|
king ^= CastlingTraits::kingDestination[attackerColor][castleType];
|
||||||
rooks ^= move.to;
|
rooks ^= move.to;
|
||||||
rooks ^= CastlingTraits::rookDestination[attackerColor][castleType];
|
rooks ^= CastlingTraits::rookDestination[attackerColor][castleType];
|
||||||
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
king ^= occupiedChange;
|
king ^= occupiedChange;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
break;
|
||||||
}
|
}
|
||||||
case PieceType::None:
|
case PieceType::None:
|
||||||
assert(false);
|
assert(false);
|
||||||
|
|||||||
Reference in New Issue
Block a user