Skip to content

Commit

Permalink
I don't care
Browse files Browse the repository at this point in the history
  • Loading branch information
Geggles committed Jul 12, 2016
1 parent a198edf commit 8b5c62f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GuiController.java
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ private void persistentlyHighlightAllCheckBreakingSourceSquare(){
if (gameController.inCheck()){
Pair<Character[], String> source;
int[] coordinates;
// TODO: 10-Jul-16 pers. highligh squares thta can break check
for (Move validMove:
gameController.getAllCheskBreakingMoves(gameController.getCurrentPlayer())){
source = validMove.getSource();
Expand Down

0 comments on commit 8b5c62f

Please sign in to comment.