Skip to content

Commit

Permalink
Fixed bug with agent first at beginning
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogatinov committed Jan 14, 2014
1 parent 73de1c2 commit d6edb9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified battleships/bin/Battleships/GameState.class
Binary file not shown.
1 change: 1 addition & 0 deletions battleships/src/Battleships/GameState.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public boolean arePlayerShipsDeployed() {

public void setPlayerShipsDeployed() {
playerShipsdeployed = true;
changeTurn();
}

public boolean IsAcceptingPlayerInput() {
Expand Down

0 comments on commit d6edb9b

Please sign in to comment.