summaryrefslogtreecommitdiff
path: root/src/mapgen_v6.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-11-10 06:50:22 +0000
committerparamat <mat.gregory@virginmedia.com>2015-11-13 04:25:08 +0000
commit4434498367929f5fe67d7bf8a12e594d51b632ce (patch)
tree639523a6096f44800a70d152575840669b49fad9 /src/mapgen_v6.h
parent657a16d90c42afc212e70c594296b1e204545a4c (diff)
downloadminetest-4434498367929f5fe67d7bf8a12e594d51b632ce.tar.gz
minetest-4434498367929f5fe67d7bf8a12e594d51b632ce.tar.bz2
minetest-4434498367929f5fe67d7bf8a12e594d51b632ce.zip
Mgv6: Move global mapgen flag 'flat' into mgv6 spflags
Add mgv6 spflag 'flat' Global flag is kept for backwards compatibility but is now undocumented
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 685fdad7e..dec92ab48 100644
--- a/src/mapgen_v6.h
+++ b/src/mapgen_v6.h
@@ -36,6 +36,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#define MGV6_BIOMEBLEND 0x02
#define MGV6_MUDFLOW 0x04
#define MGV6_SNOWBIOMES 0x08
+#define MGV6_FLAT 0x10
extern FlagDesc flagdesc_mapgen_v6[];