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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h
index dec92ab48..612e2322a 100644
--- a/src/mapgen_v6.h
+++ b/src/mapgen_v6.h
@@ -37,6 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MGV6_MUDFLOW 0x04
#define MGV6_SNOWBIOMES 0x08
#define MGV6_FLAT 0x10
+#define MGV6_TREES 0x20
extern FlagDesc flagdesc_mapgen_v6[];