summaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mapgen_v6.h')
-rw-r--r--src/mapgen_v6.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h
index c805b4d25..6fd9d5e70 100644
--- a/src/mapgen_v6.h
+++ b/src/mapgen_v6.h
@@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "noise.h"
#define AVERAGE_MUD_AMOUNT 4
+#define DESERT_STONE_BASE -32
/////////////////// Mapgen V6 flags
#define MGV6_JUNGLES 0x01
@@ -139,11 +140,9 @@ public:
int generateGround();
void addMud();
void flowMud(s16 &mudflow_minpos, s16 &mudflow_maxpos);
- void addDirtGravelBlobs();
void growGrass();
void placeTreesAndJungleGrass();
virtual void generateCaves(int max_stone_y);
- virtual void generateExperimental() {}
};
struct MapgenFactoryV6 : public MapgenFactory {