summaryrefslogtreecommitdiff
path: root/src/mapgen/mapgen_flat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen/mapgen_flat.h')
-rw-r--r--src/mapgen/mapgen_flat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mapgen/mapgen_flat.h b/src/mapgen/mapgen_flat.h
index dd6d51f54..2ff87c0db 100644
--- a/src/mapgen/mapgen_flat.h
+++ b/src/mapgen/mapgen_flat.h
@@ -75,13 +75,10 @@ public:
private:
s16 ground_level;
- s16 large_cave_depth;
float lake_threshold;
float lake_steepness;
float hill_threshold;
float hill_steepness;
- s16 dungeon_ymin;
- s16 dungeon_ymax;
Noise *noise_terrain;
};