adding comment line

This commit is contained in:
Jérôme BEDIER 2025-05-21 20:01:18 +02:00
parent a7edd56e68
commit 39a9f11686
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ public class Board {
move.setCapturedPiece(capturedPawn);
// Remove the captured pawn
board[move.getToX()][move.getFromY()] = null;
board[move.getToX()][move.getFromY()] = null; // not working
}
turn++;