|
|
@ -102,7 +102,7 @@ public class Terrain { |
|
|
|
// Retrieve the next zone with a terrain defined.
|
|
|
|
// Retrieve the next zone with a terrain defined.
|
|
|
|
|
|
|
|
|
|
|
|
Zone terrainZone = getNextZoneWithTerrain(zone); |
|
|
|
Zone terrainZone = getNextZoneWithTerrain(zone); |
|
|
|
Zone parentZone = getNextZoneWithTerrain(zone); |
|
|
|
Zone parentZone = getNextZoneWithTerrain(zone.parent); |
|
|
|
|
|
|
|
|
|
|
|
// Transform world loc into zone space coordinate system
|
|
|
|
// Transform world loc into zone space coordinate system
|
|
|
|
|
|
|
|
|
|
|
|