summaryrefslogtreecommitdiff
path: root/src/mapgen_v5.h
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-05-21 03:20:41 +0100
committerparamat <mat.gregory@virginmedia.com>2015-05-23 02:18:30 +0100
commit3dba6d1f90f17d94b17a99863c00889fc81b211e (patch)
treec48a05d039016f8fc3f6b1ebec592f8f8e2db20e /src/mapgen_v5.h
parent39869aaa25ca577faa0da2b6cb83db6db7234342 (diff)
downloadminetest-3dba6d1f90f17d94b17a99863c00889fc81b211e.tar.gz
minetest-3dba6d1f90f17d94b17a99863c00889fc81b211e.tar.bz2
minetest-3dba6d1f90f17d94b17a99863c00889fc81b211e.zip
Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code
Diffstat (limited to 'src/mapgen_v5.h')
-rw-r--r--src/mapgen_v5.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mapgen_v5.h b/src/mapgen_v5.h
index 5575dfe61..e8455a46f 100644
--- a/src/mapgen_v5.h
+++ b/src/mapgen_v5.h
@@ -23,6 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "mapgen.h"
#define LARGE_CAVE_DEPTH -256
+#define BIOMEGEN_BASE_V5 -192
/////////////////// Mapgen V5 flags
//#define MGV5_ 0x01