Skip to content

Commit 8dd548c

Browse files
committedJun 22, 2017
LINT fix
1 parent 8b9f40d commit 8dd548c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/cavegen.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,7 @@ class CavesRandomWalk
156156
CavesRandomWalk(INodeDefManager *ndef, GenerateNotifier *gennotify = NULL,
157157
s32 seed = 0, int water_level = 1,
158158
content_t water_source = CONTENT_IGNORE,
159-
content_t lava_source = CONTENT_IGNORE,
160-
int lava_depth = -256);
159+
content_t lava_source = CONTENT_IGNORE, int lava_depth = -256);
161160

162161
// vm and ps are mandatory parameters.
163162
// If heightmap is NULL, the surface level at all points is assumed to

1 commit comments

Comments
 (1)

paramat commented on Jun 23, 2017

@paramat
Contributor

Ok, i'm fine with this now.

Please sign in to comment.