mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
LINT fix
This commit is contained in:
parent
8b9f40d12f
commit
8dd548c0b4
1 changed files with 1 additions and 2 deletions
|
@ -156,8 +156,7 @@ public:
|
|||
CavesRandomWalk(INodeDefManager *ndef, GenerateNotifier *gennotify = NULL,
|
||||
s32 seed = 0, int water_level = 1,
|
||||
content_t water_source = CONTENT_IGNORE,
|
||||
content_t lava_source = CONTENT_IGNORE,
|
||||
int lava_depth = -256);
|
||||
content_t lava_source = CONTENT_IGNORE, int lava_depth = -256);
|
||||
|
||||
// vm and ps are mandatory parameters.
|
||||
// If heightmap is NULL, the surface level at all points is assumed to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue