mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Caves: Fix shadowing of 'large_cave_depth' to avoid confusion
This commit is contained in:
parent
ec5f591014
commit
154080c883
2 changed files with 6 additions and 4 deletions
|
@ -244,7 +244,7 @@ public:
|
|||
virtual void generateBiomes();
|
||||
virtual void dustTopNodes();
|
||||
virtual void generateCavesNoiseIntersection(s16 max_stone_y);
|
||||
virtual void generateCavesRandomWalk(s16 max_stone_y, s16 large_cave_depth);
|
||||
virtual void generateCavesRandomWalk(s16 max_stone_y, s16 large_cave_ymax);
|
||||
virtual bool generateCavernsNoise(s16 max_stone_y);
|
||||
virtual void generateDungeons(s16 max_stone_y);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue