|
|
@ -38,7 +38,7 @@ public class Terrain { |
|
|
|
// that all similar terrains share. (See JSON)
|
|
|
|
// that all similar terrains share. (See JSON)
|
|
|
|
|
|
|
|
|
|
|
|
if (this.zone.terrain_type.equals("PLANAR")) |
|
|
|
if (this.zone.terrain_type.equals("PLANAR")) |
|
|
|
this.heightmap = 1006301; // all 0
|
|
|
|
this.heightmap = 1006300; // all 0
|
|
|
|
|
|
|
|
|
|
|
|
// Load pixel data for this terrain from cache
|
|
|
|
// Load pixel data for this terrain from cache
|
|
|
|
|
|
|
|
|
|
|
|