Browse Source

terraformsize

lakebane-master
FatBoy-DOTC 8 months ago
parent
commit
13a4ba6e0e
  1. 4
      src/engine/InterestManagement/HeightMap.java

4
src/engine/InterestManagement/HeightMap.java

@ -116,8 +116,8 @@ public class HeightMap { @@ -116,8 +116,8 @@ public class HeightMap {
this.heightMapID = 999999;
this.maxHeight = 5; // for real...
int halfExtentsX = (int) Enum.CityBoundsType.ZONE.extents;
int halfExtentsY = (int) Enum.CityBoundsType.ZONE.extents;
int halfExtentsX = (int) Enum.CityBoundsType.GRID.extents;
int halfExtentsY = (int) Enum.CityBoundsType.GRID.extents;
this.zoneLoadID = 0;
this.seaLevel = 0;
this.outsetX = 128;

Loading…
Cancel
Save