MSWS f0746ceac4 fix: Ensure applyEnPassant is always executed for moves
- Ensure `board.applyEnPassant(&move)` is always executed for a move by moving the method call outside the Pawn conditional block

[board/board.go]
- Moved the `board.applyEnPassant(&move)` method call outside the conditional block for Pawns, making it always executed for a move.
2025-03-23 14:31:17 -07:00
2024-12-12 03:24:39 -08:00
2024-12-12 03:24:39 -08:00
Description
No description provided
GPL-3.0 285 KiB
Languages
Go 100%