aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h
diff options
context:
space:
mode:
authorkwolekr <kwolekr@minetest.net>2013-03-16 17:06:11 -0400
committerkwolekr <kwolekr@minetest.net>2013-03-16 17:06:11 -0400
commit6823ce99a7deabe410dd8b143b688cd364490cec (patch)
treeeee1243f8c1e10f240abcda7a0c25abe08483665 /src/mapgen.h
parent1f1ad9fd23b07a1c1b5477ee0dbf2c4fdaabccef (diff)
downloaddragonfireclient-6823ce99a7deabe410dd8b143b688cd364490cec.tar.xz
Re-add jungles, apple trees
Diffstat (limited to 'src/mapgen.h')
-rw-r--r--src/mapgen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen.h b/src/mapgen.h
index e5b0b6399..3f3cd424d 100644
--- a/src/mapgen.h
+++ b/src/mapgen.h
@@ -32,7 +32,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MG_TREES 0x01
#define MG_CAVES 0x02
#define MG_DUNGEONS 0x04
-#define MGV6_FORESTS 0x08
+#define MGV6_JUNGLES 0x08
#define MGV6_BIOME_BLEND 0x10
#define MG_FLAT 0x20