diff options
author | paramat <mat.gregory@virginmedia.com> | 2015-05-21 03:20:41 +0100 |
---|---|---|
committer | paramat <mat.gregory@virginmedia.com> | 2015-05-23 02:18:30 +0100 |
commit | 3dba6d1f90f17d94b17a99863c00889fc81b211e (patch) | |
tree | c48a05d039016f8fc3f6b1ebec592f8f8e2db20e /src/mapgen_v7.h | |
parent | 39869aaa25ca577faa0da2b6cb83db6db7234342 (diff) | |
download | minetest-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_v7.h')
-rw-r--r-- | src/mapgen_v7.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapgen_v7.h b/src/mapgen_v7.h index eb46c371b..84f0c9efa 100644 --- a/src/mapgen_v7.h +++ b/src/mapgen_v7.h @@ -22,6 +22,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "mapgen.h" +#define BIOMEGEN_BASE_V7 -192 + /////////////////// Mapgen V7 flags #define MGV7_MOUNTAINS 0x01 #define MGV7_RIDGES 0x02 |