mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
This commit is contained in:
parent
b589353d89
commit
9b0d77a549
7 changed files with 37 additions and 27 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue