|
|
|
@ -84,7 +84,7 @@ public class Terrain {
@@ -84,7 +84,7 @@ public class Terrain {
|
|
|
|
|
|
|
|
|
|
// Scale coefficient for this terrain
|
|
|
|
|
|
|
|
|
|
this.terrain_scale = this.zone.template.terrain_max_y / 256f; |
|
|
|
|
this.terrain_scale = this.zone.template.terrain_max_y / 255f; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
public static Zone getNextZoneWithTerrain(Zone zone) { |
|
|
|
|