summaryrefslogtreecommitdiff
path: root/src/cavegen.h
diff options
context:
space:
mode:
authorLoïc Blot <loic.blot@unix-experience.fr>2017-06-22 13:20:20 +0200
committerLoïc Blot <loic.blot@unix-experience.fr>2017-06-22 13:20:20 +0200
commit8dd548c0b46e1db4669c1ffb44d591fb8dc7740a (patch)
tree33f54e690f986ae70fc9beb8efa21504190b62ba /src/cavegen.h
parent8b9f40d12f9542dac15fdf454b2e27c53f8a5019 (diff)
downloadminetest-8dd548c0b46e1db4669c1ffb44d591fb8dc7740a.tar.gz
minetest-8dd548c0b46e1db4669c1ffb44d591fb8dc7740a.tar.bz2
minetest-8dd548c0b46e1db4669c1ffb44d591fb8dc7740a.zip
LINT fix
Diffstat (limited to 'src/cavegen.h')
-rw-r--r--src/cavegen.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cavegen.h b/src/cavegen.h
index 7230cf6db..db3e091f6 100644
--- a/src/cavegen.h
+++ b/src/cavegen.h
@@ -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