summaryrefslogtreecommitdiff
path: root/src/mapgen_v7.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_v7.h')
-rw-r--r--src/mapgen_v7.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h
index a69170057..2b79cce51 100644
--- a/src/mapgen_v7.h
+++ b/src/mapgen_v7.h
@@ -103,6 +103,8 @@ private:
Noise *noise_float_base_height;
Noise *noise_mountain;
Noise *noise_ridge;
+
+ float float_mount_height_lim;
};
#endif