forked from MagicBane/Server
value is halfExtent
This commit is contained in:
@@ -119,8 +119,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.ZONE.halfExtents;
|
||||
int halfExtentsY = (int) Enum.CityBoundsType.ZONE.halfExtents;
|
||||
this.zoneLoadID = 0;
|
||||
this.seaLevel = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user