IDA Pro says 256

This commit is contained in:
2023-11-12 13:01:17 -05:00
parent eb5bc14974
commit 72fe3c58c6
+1 -1
View File
@@ -84,7 +84,7 @@ public class Terrain {
// Scale coefficient for this terrain // Scale coefficient for this terrain
this.terrain_scale = this.zone.template.terrain_max_y / 255f; this.terrain_scale = this.zone.template.terrain_max_y / 256;
} }
public static Zone getNextZoneWithTerrain(Zone zone) { public static Zone getNextZoneWithTerrain(Zone zone) {