Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed May 1, 2016
1 parent 6e8264b commit b3a2c68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ public void requestMove(Move move) {
private boolean movePromotesPiece(Move move) {
return board.getPiece(move.source).getType() != Type.KING &&
board.isPromotionLocation(move.destination);

}

private Move getThunkMove() {
Expand Down

0 comments on commit b3a2c68

Please sign in to comment.