diff options
Diffstat (limited to 'src/mapgen_v6.h')
-rw-r--r-- | src/mapgen_v6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapgen_v6.h b/src/mapgen_v6.h index a540c4b02..c71cf3c53 100644 --- a/src/mapgen_v6.h +++ b/src/mapgen_v6.h @@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #define FREQ_HOT 0.4 #define FREQ_SNOW -0.4 #define FREQ_TAIGA 0.5 -#define FREQ_JUNGLE 0.7 +#define FREQ_JUNGLE 0.5 //////////// Mapgen V6 flags #define MGV6_JUNGLES 0x01 |