summaryrefslogtreecommitdiff
path: root/src/mg_decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mg_decoration.h')
-rw-r--r--src/mg_decoration.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mg_decoration.h b/src/mg_decoration.h
index 3c96611c7..59c3ff558 100644
--- a/src/mg_decoration.h
+++ b/src/mg_decoration.h
@@ -66,8 +66,8 @@ public:
int mapseed;
std::vector<content_t> c_place_on;
s16 sidelen;
- s16 height_min;
- s16 height_max;
+ s16 y_min;
+ s16 y_max;
float fill_ratio;
NoiseParams np;