adding comment line
This commit is contained in:
parent
a7edd56e68
commit
39a9f11686
|
|
@ -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++;
|
||||
|
|
|
|||
Loading…
Reference in New Issue