Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron committed Apr 30, 2016
2 parents a2f0419 + 5bd7470 commit 70192da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/view/GamePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public void updateMoveMessage() {
} else if (moveDestination == null) {
displayMessage("Select a destination.");
} else {
displayMessage("Press enter to confirm move.");
displayMessage(" ");
}
}

Expand Down

0 comments on commit 70192da

Please sign in to comment.