We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b9f40d commit 8dd548cCopy full SHA for 8dd548c
src/cavegen.h
@@ -156,8 +156,7 @@ class CavesRandomWalk
156
CavesRandomWalk(INodeDefManager *ndef, GenerateNotifier *gennotify = NULL,
157
s32 seed = 0, int water_level = 1,
158
content_t water_source = CONTENT_IGNORE,
159
- content_t lava_source = CONTENT_IGNORE,
160
- int lava_depth = -256);
+ content_t lava_source = CONTENT_IGNORE, int lava_depth = -256);
161
162
// vm and ps are mandatory parameters.
163
// If heightmap is NULL, the surface level at all points is assumed to
Ok, i'm fine with this now.
1 commit comments
paramat commentedon Jun 23, 2017
Ok, i'm fine with this now.