From 13a4ba6e0e581c71bbe51f3a315387497d748f34 Mon Sep 17 00:00:00 2001 From: FatBoy-DOTC Date: Sun, 10 Mar 2024 15:52:58 -0500 Subject: [PATCH] terraformsize --- src/engine/InterestManagement/HeightMap.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/InterestManagement/HeightMap.java b/src/engine/InterestManagement/HeightMap.java index 3909028d..176aaf36 100644 --- a/src/engine/InterestManagement/HeightMap.java +++ b/src/engine/InterestManagement/HeightMap.java @@ -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;