diff options
Diffstat (limited to 'src/cavegen.h')
-rw-r--r-- | src/cavegen.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |