diff options
Diffstat (limited to 'src/mapgen_v5.h')
-rw-r--r-- | src/mapgen_v5.h | 1 |
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 |