mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Move duplicated mapgen parameters to class MapgenBasic (#9134)
'large_cave_depth', 'dungeon_ymin' and 'dungeon_ymax' are duplicated across many mapgens so should have been in class MapgenBasic from the start.
This commit is contained in:
parent
c10952b574
commit
b3c245bb46
7 changed files with 3 additions and 23 deletions
|
@ -93,10 +93,6 @@ private:
|
|||
float river_depth;
|
||||
float valley_width;
|
||||
|
||||
s16 large_cave_depth;
|
||||
s16 dungeon_ymin;
|
||||
s16 dungeon_ymax;
|
||||
|
||||
Noise *noise_height1;
|
||||
Noise *noise_height2;
|
||||
Noise *noise_height3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue