check if mate

This commit is contained in:
Jérôme BEDIER 2025-05-16 09:15:11 +02:00
parent d8374c2061
commit c68c72757c
1 changed files with 1 additions and 1 deletions

View File

@ -461,5 +461,5 @@ public class Board {
if (blackKing != null && isKingInCheck(false)) {
highlightedSquares[blackKing.getX()][blackKing.getY()] = true;
}
}
} // check
}