1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Mgv6: Move global mapgen flag 'flat' into mgv6 spflags

Add mgv6 spflag 'flat'
Global flag is kept for backwards compatibility but is now undocumented
This commit is contained in:
paramat 2015-11-10 06:50:22 +00:00
parent 657a16d90c
commit 4434498367
4 changed files with 12 additions and 10 deletions

View file

@ -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[];