terraformsize

This commit is contained in:
2024-03-10 15:52:58 -05:00
parent eaa8828a24
commit 13a4ba6e0e
+2 -2
View File
@@ -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;