Skip to content

Commit

Permalink
update search boudns
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jan 28, 2021
1 parent 09a69ba commit e56f5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jefferson/EnlightmentCenter.java
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public EnlightmentCenter(RobotController rc) throws GameActionException {
allyECIDs = new int[]{0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
allyECLocs = new MapLocation[11];
allyDistances = new int[]{0, 0};
searchBounds = new int[]{10000, 10960, 12528, 14096}; // Underweight the first turn of searching since we initialize arrays on that turn.
searchBounds = new int[]{10000, 11056, 12592, 14096}; // Underweight the first turn of searching since we initialize arrays on that turn.
initialFaf = new FindAllyFlag();
initialFaf.writeCode(generateSecretCode(myID));
initialFaf.writeLocation(myLocation.x & 127, myLocation.y & 127); // modulo 128
Expand Down

0 comments on commit e56f5f4

Please sign in to comment.