diff options
Diffstat (limited to 'src/mapgen.h')
-rw-r--r-- | src/mapgen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen.h b/src/mapgen.h index feec60e19..aa66982c3 100644 --- a/src/mapgen.h +++ b/src/mapgen.h @@ -38,6 +38,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define MG_NOLIGHT 0x40 #define MGV7_MOUNTAINS 0x80 #define MGV7_RIDGES 0x100 +#define MGV6_NOMUDFLOW 0x200 /////////////////// Ore generation flags // Use absolute value of height to determine ore placement |