Skip to content

Commit 7d7f482

Browse files
Merge remote-tracking branch 'origin/engine' into client
2 parents 31470c5 + e314752 commit 7d7f482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/src/main/battlecode/common/GameConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public class GameConstants {
3434
public static final int MAX_WALL_PERCENTAGE = 20;
3535

3636
/** The 32 bit representation of the special resource pattern. */
37-
public static final int RESOURCE_PATTERN = 22369621;
37+
public static final int RESOURCE_PATTERN = 22365525;
3838

3939
/** The 32 bit representation of the paint tower pattern. */
4040
public static final int PAINT_TOWER_PATTERN = 18157905;

engine/src/main/battlecode/server/GameMaker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public void endRound(){
468468

469469
Round.addTeamIds(builder, teamIDsP);
470470
Round.addTeamCoverageAmounts(builder, teamCoverageAmountsP);
471-
Round.addTeamResourceAmounts(builder, teamResourcePatternAmountsP);
471+
Round.addTeamResourcePatternAmounts(builder, teamResourcePatternAmountsP);
472472
Round.addRoundId(builder, this.currentRound);
473473
Round.addTeamResourceAmounts(builder, teamMoneyAmountsP);
474474
Round.addDiedIds(builder, diedIdsP);

0 commit comments

Comments
 (0)