diff options
Diffstat (limited to 'src/mapgen.h')
-rw-r--r-- | src/mapgen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index 3374c6782..1a29d90d9 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -49,7 +49,7 @@ namespace mapgen /* These are used by FarMesh */ - bool get_have_sand(u64 seed, v2s16 p2d); + bool get_have_beach(u64 seed, v2s16 p2d); double tree_amount_2d(u64 seed, v2s16 p); struct BlockMakeData |