Skip to content

Commit

Permalink
LINT fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jun 22, 2017
1 parent 8b9f40d commit 8dd548c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cavegen.h
Expand Up @@ -156,8 +156,7 @@ class CavesRandomWalk
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
Expand Down

1 comment on commit 8dd548c

@paramat
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, i'm fine with this now.

Please sign in to comment.