summaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index e8252cbbf..f3d90a14e 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -199,7 +199,7 @@ public:
int mapseed;
std::string place_on_name;
content_t c_place_on;
- s16 divlen;
+ s16 sidelen;
float fill_ratio;
NoiseParams *np;