From 4046f3e302a3394bf376caf543cb643e1562bc5e Mon Sep 17 00:00:00 2001 From: paramat Date: Sat, 18 Jul 2015 20:37:04 +0100 Subject: Cavegen: Mgv6: No small caves entirely above ground Mgv5/mgv7: Remove 'should make cave hole' feature Remove ravine code --- src/cavegen.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cavegen.h') diff --git a/src/cavegen.h b/src/cavegen.h index 38ef57c5a..5d150802a 100644 --- a/src/cavegen.h +++ b/src/cavegen.h @@ -69,7 +69,7 @@ public: CaveV5(MapgenV5 *mg, PseudoRandom *ps); void makeCave(v3s16 nmin, v3s16 nmax, int max_stone_height); void makeTunnel(bool dirswitch); - void carveRoute(v3f vec, float f, bool randomize_xz, bool is_ravine); + void carveRoute(v3f vec, float f, bool randomize_xz); }; class CaveV6 { @@ -158,7 +158,7 @@ public: CaveV7(MapgenV7 *mg, PseudoRandom *ps); void makeCave(v3s16 nmin, v3s16 nmax, int max_stone_height); void makeTunnel(bool dirswitch); - void carveRoute(v3f vec, float f, bool randomize_xz, bool is_ravine); + void carveRoute(v3f vec, float f, bool randomize_xz); }; #endif -- cgit v1.2.3