]> git.lizzy.rs Git - minetest.git/blobdiff - src/cavegen.h
src/client/tile.cpp: Fix reference counting
[minetest.git] / src / cavegen.h
index 38ef57c5a8ecbc0bfbac3e88fe067bbc1992dcf6..5d150802aa8bae523d531942b59ad5caeb5c8733 100644 (file)
@@ -69,7 +69,7 @@ class CaveV5 {
        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 @@ class CaveV7 {
        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