File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
engine/src/main/battlecode Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments