Platform revert

This commit is contained in:
2023-10-10 12:31:43 -04:00
parent 0afc8a2dc5
commit 859de1004e
@@ -106,11 +106,6 @@ public class Terrain {
float interpolatedChildHeight = terrainZone.terrain.getInterpolatedTerrainHeight(terrainLoc);
interpolatedChildHeight += terrainZone.worldAltitude;
// Player cities have platform
if (terrainZone.guild_zone)
interpolatedChildHeight += 5;
// Interpolate height for this position in parent
float interpolatedParentTerrainHeight = parentZone.terrain.getInterpolatedTerrainHeight(parentLoc);