diff options
| author | kwolekr <kwolekr@minetest.net> | 2013-04-21 15:47:13 -0400 |
|---|---|---|
| committer | kwolekr <kwolekr@minetest.net> | 2013-04-21 15:47:13 -0400 |
| commit | 37e6d1356b812b2439adcd16043900c446250d00 (patch) | |
| tree | 51167c33ae1cac91719e02a987667f73390cd2e4 /src/mapgen_v7.h | |
| parent | daddd3770663655c3723ff9a4f4aba6010b1645c (diff) | |
| download | dragonfireclient-37e6d1356b812b2439adcd16043900c446250d00.tar.xz | |
mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y boundaries, remove growGrass()
Diffstat (limited to 'src/mapgen_v7.h')
| -rw-r--r-- | src/mapgen_v7.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h index 9a2743f03..3391098ea 100644 --- a/src/mapgen_v7.h +++ b/src/mapgen_v7.h @@ -109,7 +109,6 @@ public: void testBiomes(); void addTopNodes(); - void growGrass(); void generateCaves(int max_stone_y); }; |
